| Modifier and Type | Method and Description |
|---|---|
ServiceAccount.Builder |
ServiceAccount.Builder.addAllScopes(Iterable<String> values)
The list of scopes to be made available for this service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceAccount.Builder |
ServiceAccount.Builder.addScopes(String value)
The list of scopes to be made available for this service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.addScopesBytes(com.google.protobuf.ByteString value)
The list of scopes to be made available for this service account.
|
ServiceAccount.Builder |
Instance.Builder.addServiceAccountsBuilder()
A list of service accounts, with their specified scopes, authorized for this instance.
|
ServiceAccount.Builder |
InstanceProperties.Builder.addServiceAccountsBuilder()
A list of service accounts with specified scopes.
|
ServiceAccount.Builder |
SourceInstanceProperties.Builder.addServiceAccountsBuilder()
A list of service accounts with specified scopes.
|
ServiceAccount.Builder |
Instance.Builder.addServiceAccountsBuilder(int index)
A list of service accounts, with their specified scopes, authorized for this instance.
|
ServiceAccount.Builder |
InstanceProperties.Builder.addServiceAccountsBuilder(int index)
A list of service accounts with specified scopes.
|
ServiceAccount.Builder |
SourceInstanceProperties.Builder.addServiceAccountsBuilder(int index)
A list of service accounts with specified scopes.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clear() |
ServiceAccount.Builder |
ServiceAccount.Builder.clearEmail()
Email address of the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ServiceAccount.Builder |
ServiceAccount.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ServiceAccount.Builder |
ServiceAccount.Builder.clearScopes()
The list of scopes to be made available for this service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clone() |
ServiceAccount.Builder |
Instance.Builder.getServiceAccountsBuilder(int index)
A list of service accounts, with their specified scopes, authorized for this instance.
|
ServiceAccount.Builder |
InstanceProperties.Builder.getServiceAccountsBuilder(int index)
A list of service accounts with specified scopes.
|
ServiceAccount.Builder |
SourceInstanceProperties.Builder.getServiceAccountsBuilder(int index)
A list of service accounts with specified scopes.
|
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(com.google.protobuf.Message other) |
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(ServiceAccount other) |
ServiceAccount.Builder |
ServiceAccount.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ServiceAccount.Builder |
ServiceAccount.newBuilder() |
static ServiceAccount.Builder |
ServiceAccount.newBuilder(ServiceAccount prototype) |
ServiceAccount.Builder |
ServiceAccount.newBuilderForType() |
protected ServiceAccount.Builder |
ServiceAccount.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ServiceAccount.Builder |
ServiceAccount.Builder.setEmail(String value)
Email address of the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setEmailBytes(com.google.protobuf.ByteString value)
Email address of the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceAccount.Builder |
ServiceAccount.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ServiceAccount.Builder |
ServiceAccount.Builder.setScopes(int index,
String value)
The list of scopes to be made available for this service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ServiceAccount.Builder |
ServiceAccount.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccount.Builder> |
Instance.Builder.getServiceAccountsBuilderList()
A list of service accounts, with their specified scopes, authorized for this instance.
|
List<ServiceAccount.Builder> |
InstanceProperties.Builder.getServiceAccountsBuilderList()
A list of service accounts with specified scopes.
|
List<ServiceAccount.Builder> |
SourceInstanceProperties.Builder.getServiceAccountsBuilderList()
A list of service accounts with specified scopes.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addServiceAccounts(int index,
ServiceAccount.Builder builderForValue)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addServiceAccounts(int index,
ServiceAccount.Builder builderForValue)
A list of service accounts with specified scopes.
|
SourceInstanceProperties.Builder |
SourceInstanceProperties.Builder.addServiceAccounts(int index,
ServiceAccount.Builder builderForValue)
A list of service accounts with specified scopes.
|
Instance.Builder |
Instance.Builder.addServiceAccounts(ServiceAccount.Builder builderForValue)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addServiceAccounts(ServiceAccount.Builder builderForValue)
A list of service accounts with specified scopes.
|
SourceInstanceProperties.Builder |
SourceInstanceProperties.Builder.addServiceAccounts(ServiceAccount.Builder builderForValue)
A list of service accounts with specified scopes.
|
Instance.Builder |
Instance.Builder.setServiceAccounts(int index,
ServiceAccount.Builder builderForValue)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.setServiceAccounts(int index,
ServiceAccount.Builder builderForValue)
A list of service accounts with specified scopes.
|
SourceInstanceProperties.Builder |
SourceInstanceProperties.Builder.setServiceAccounts(int index,
ServiceAccount.Builder builderForValue)
A list of service accounts with specified scopes.
|
Copyright © 2023 Google LLC. All rights reserved.