Uses of Class
org.yamcs.protobuf.ServiceAccountInfo
-
Packages that use ServiceAccountInfo Package Description org.yamcs.protobuf -
-
Uses of ServiceAccountInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ServiceAccountInfo Modifier and Type Field Description static com.google.protobuf.Parser<ServiceAccountInfo>ServiceAccountInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return ServiceAccountInfo Modifier and Type Method Description ServiceAccountInfoServiceAccountInfo.Builder. build()ServiceAccountInfoServiceAccountInfo.Builder. buildPartial()static ServiceAccountInfoServiceAccountInfo. getDefaultInstance()ServiceAccountInfoServiceAccountInfo.Builder. getDefaultInstanceForType()ServiceAccountInfoServiceAccountInfo. getDefaultInstanceForType()ServiceAccountInfoGroupInfo.Builder. getServiceAccounts(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;ServiceAccountInfoGroupInfo. getServiceAccounts(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;ServiceAccountInfoGroupInfoOrBuilder. getServiceAccounts(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;ServiceAccountInfoListServiceAccountsResponse.Builder. getServiceAccounts(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;ServiceAccountInfoListServiceAccountsResponse. getServiceAccounts(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;ServiceAccountInfoListServiceAccountsResponseOrBuilder. getServiceAccounts(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;static ServiceAccountInfoServiceAccountInfo. parseDelimitedFrom(InputStream input)static ServiceAccountInfoServiceAccountInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountInfoServiceAccountInfo. parseFrom(byte[] data)static ServiceAccountInfoServiceAccountInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountInfoServiceAccountInfo. parseFrom(com.google.protobuf.ByteString data)static ServiceAccountInfoServiceAccountInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountInfoServiceAccountInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceAccountInfoServiceAccountInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountInfoServiceAccountInfo. parseFrom(InputStream input)static ServiceAccountInfoServiceAccountInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountInfoServiceAccountInfo. parseFrom(ByteBuffer data)static ServiceAccountInfoServiceAccountInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ServiceAccountInfo Modifier and Type Method Description com.google.protobuf.Parser<ServiceAccountInfo>ServiceAccountInfo. getParserForType()List<ServiceAccountInfo>GroupInfo.Builder. getServiceAccountsList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;List<ServiceAccountInfo>GroupInfo. getServiceAccountsList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;List<ServiceAccountInfo>GroupInfoOrBuilder. getServiceAccountsList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;List<ServiceAccountInfo>ListServiceAccountsResponse.Builder. getServiceAccountsList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;List<ServiceAccountInfo>ListServiceAccountsResponse. getServiceAccountsList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;List<ServiceAccountInfo>ListServiceAccountsResponseOrBuilder. getServiceAccountsList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;static com.google.protobuf.Parser<ServiceAccountInfo>ServiceAccountInfo. parser()Methods in org.yamcs.protobuf with parameters of type ServiceAccountInfo Modifier and Type Method Description GroupInfo.BuilderGroupInfo.Builder. addServiceAccounts(int index, ServiceAccountInfo value)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;GroupInfo.BuilderGroupInfo.Builder. addServiceAccounts(ServiceAccountInfo value)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;ListServiceAccountsResponse.BuilderListServiceAccountsResponse.Builder. addServiceAccounts(int index, ServiceAccountInfo value)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;ListServiceAccountsResponse.BuilderListServiceAccountsResponse.Builder. addServiceAccounts(ServiceAccountInfo value)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;ServiceAccountInfo.BuilderServiceAccountInfo.Builder. mergeFrom(ServiceAccountInfo other)static ServiceAccountInfo.BuilderServiceAccountInfo. newBuilder(ServiceAccountInfo prototype)GroupInfo.BuilderGroupInfo.Builder. setServiceAccounts(int index, ServiceAccountInfo value)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;ListServiceAccountsResponse.BuilderListServiceAccountsResponse.Builder. setServiceAccounts(int index, ServiceAccountInfo value)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;Method parameters in org.yamcs.protobuf with type arguments of type ServiceAccountInfo Modifier and Type Method Description GroupInfo.BuilderGroupInfo.Builder. addAllServiceAccounts(Iterable<? extends ServiceAccountInfo> values)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;ListServiceAccountsResponse.BuilderListServiceAccountsResponse.Builder. addAllServiceAccounts(Iterable<? extends ServiceAccountInfo> values)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;abstract voidAbstractIamApi. getServiceAccount(T ctx, GetServiceAccountRequest request, Observer<ServiceAccountInfo> observer)Get a service accountvoidIamApiClient. getServiceAccount(Void ctx, GetServiceAccountRequest request, Observer<ServiceAccountInfo> observer)Get a service account
-