| Modifier and Type | Method and Description |
|---|---|
ServiceAccount |
ServiceAccount.Builder.build() |
ServiceAccount |
ServiceAccount.Builder.buildPartial() |
static ServiceAccount |
ServiceAccount.getDefaultInstance() |
ServiceAccount |
ServiceAccount.getDefaultInstanceForType() |
ServiceAccount |
ServiceAccount.Builder.getDefaultInstanceForType() |
ServiceAccount |
InstancePropertiesOrBuilder.getServiceAccounts(int index)
A list of service accounts with specified scopes.
|
ServiceAccount |
Instance.getServiceAccounts(int index)
A list of service accounts, with their specified scopes, authorized for this instance.
|
ServiceAccount |
Instance.Builder.getServiceAccounts(int index)
A list of service accounts, with their specified scopes, authorized for this instance.
|
ServiceAccount |
InstanceOrBuilder.getServiceAccounts(int index)
A list of service accounts, with their specified scopes, authorized for this instance.
|
ServiceAccount |
InstanceProperties.getServiceAccounts(int index)
A list of service accounts with specified scopes.
|
ServiceAccount |
InstanceProperties.Builder.getServiceAccounts(int index)
A list of service accounts with specified scopes.
|
ServiceAccount |
SourceInstancePropertiesOrBuilder.getServiceAccounts(int index)
A list of service accounts with specified scopes.
|
ServiceAccount |
SourceInstanceProperties.getServiceAccounts(int index)
A list of service accounts with specified scopes.
|
ServiceAccount |
SourceInstanceProperties.Builder.getServiceAccounts(int index)
A list of service accounts with specified scopes.
|
static ServiceAccount |
ServiceAccount.parseDelimitedFrom(InputStream input) |
static ServiceAccount |
ServiceAccount.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(byte[] data) |
static ServiceAccount |
ServiceAccount.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(ByteBuffer data) |
static ServiceAccount |
ServiceAccount.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(com.google.protobuf.ByteString data) |
static ServiceAccount |
ServiceAccount.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(com.google.protobuf.CodedInputStream input) |
static ServiceAccount |
ServiceAccount.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(InputStream input) |
static ServiceAccount |
ServiceAccount.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ServiceAccount> |
ServiceAccount.getParserForType() |
List<ServiceAccount> |
InstancePropertiesOrBuilder.getServiceAccountsList()
A list of service accounts with specified scopes.
|
List<ServiceAccount> |
Instance.getServiceAccountsList()
A list of service accounts, with their specified scopes, authorized for this instance.
|
List<ServiceAccount> |
Instance.Builder.getServiceAccountsList()
A list of service accounts, with their specified scopes, authorized for this instance.
|
List<ServiceAccount> |
InstanceOrBuilder.getServiceAccountsList()
A list of service accounts, with their specified scopes, authorized for this instance.
|
List<ServiceAccount> |
InstanceProperties.getServiceAccountsList()
A list of service accounts with specified scopes.
|
List<ServiceAccount> |
InstanceProperties.Builder.getServiceAccountsList()
A list of service accounts with specified scopes.
|
List<ServiceAccount> |
SourceInstancePropertiesOrBuilder.getServiceAccountsList()
A list of service accounts with specified scopes.
|
List<ServiceAccount> |
SourceInstanceProperties.getServiceAccountsList()
A list of service accounts with specified scopes.
|
List<ServiceAccount> |
SourceInstanceProperties.Builder.getServiceAccountsList()
A list of service accounts with specified scopes.
|
static com.google.protobuf.Parser<ServiceAccount> |
ServiceAccount.parser() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addServiceAccounts(int index,
ServiceAccount value)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addServiceAccounts(int index,
ServiceAccount value)
A list of service accounts with specified scopes.
|
SourceInstanceProperties.Builder |
SourceInstanceProperties.Builder.addServiceAccounts(int index,
ServiceAccount value)
A list of service accounts with specified scopes.
|
Instance.Builder |
Instance.Builder.addServiceAccounts(ServiceAccount value)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addServiceAccounts(ServiceAccount value)
A list of service accounts with specified scopes.
|
SourceInstanceProperties.Builder |
SourceInstanceProperties.Builder.addServiceAccounts(ServiceAccount value)
A list of service accounts with specified scopes.
|
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(ServiceAccount other) |
static ServiceAccount.Builder |
ServiceAccount.newBuilder(ServiceAccount prototype) |
Instance.Builder |
Instance.Builder.setServiceAccounts(int index,
ServiceAccount value)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.setServiceAccounts(int index,
ServiceAccount value)
A list of service accounts with specified scopes.
|
SourceInstanceProperties.Builder |
SourceInstanceProperties.Builder.setServiceAccounts(int index,
ServiceAccount value)
A list of service accounts with specified scopes.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addAllServiceAccounts(Iterable<? extends ServiceAccount> values)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addAllServiceAccounts(Iterable<? extends ServiceAccount> values)
A list of service accounts with specified scopes.
|
SourceInstanceProperties.Builder |
SourceInstanceProperties.Builder.addAllServiceAccounts(Iterable<? extends ServiceAccount> values)
A list of service accounts with specified scopes.
|
Copyright © 2023 Google LLC. All rights reserved.