Package com.google.cloud.batch.v1alpha
Class ServiceAccount.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
- com.google.cloud.batch.v1alpha.ServiceAccount.Builder
-
- All Implemented Interfaces:
ServiceAccountOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ServiceAccount
public static final class ServiceAccount.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder> implements ServiceAccountOrBuilder
Carries information about a Google Cloud service account.
Protobuf typegoogle.cloud.batch.v1alpha.ServiceAccount
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAccount.BuilderaddAllScopes(Iterable<String> values)List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.ServiceAccount.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ServiceAccount.BuilderaddScopes(String value)List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.ServiceAccount.BuilderaddScopesBytes(com.google.protobuf.ByteString value)List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.ServiceAccountbuild()ServiceAccountbuildPartial()ServiceAccount.Builderclear()ServiceAccount.BuilderclearEmail()Email address of the service account.ServiceAccount.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ServiceAccount.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ServiceAccount.BuilderclearScopes()List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.ServiceAccount.Builderclone()ServiceAccountgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetEmail()Email address of the service account.com.google.protobuf.ByteStringgetEmailBytes()Email address of the service account.StringgetScopes(int index)List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.com.google.protobuf.ByteStringgetScopesBytes(int index)List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.intgetScopesCount()List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.com.google.protobuf.ProtocolStringListgetScopesList()List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ServiceAccount.BuildermergeFrom(ServiceAccount other)ServiceAccount.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ServiceAccount.BuildermergeFrom(com.google.protobuf.Message other)ServiceAccount.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ServiceAccount.BuildersetEmail(String value)Email address of the service account.ServiceAccount.BuildersetEmailBytes(com.google.protobuf.ByteString value)Email address of the service account.ServiceAccount.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ServiceAccount.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ServiceAccount.BuildersetScopes(int index, String value)List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.ServiceAccount.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
clear
public ServiceAccount.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
getDefaultInstanceForType
public ServiceAccount getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ServiceAccount build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ServiceAccount buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ServiceAccount.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
setField
public ServiceAccount.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
clearField
public ServiceAccount.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
clearOneof
public ServiceAccount.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
setRepeatedField
public ServiceAccount.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
addRepeatedField
public ServiceAccount.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
mergeFrom
public ServiceAccount.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ServiceAccount.Builder>
-
mergeFrom
public ServiceAccount.Builder mergeFrom(ServiceAccount other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
mergeFrom
public ServiceAccount.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ServiceAccount.Builder>- Throws:
IOException
-
getEmail
public String getEmail()
Email address of the service account. If not specified, the default Compute Engine service account for the project will be used. If instance template is being used, the service account has to be specified in the instance template and it has to match the email field here.
string email = 1;- Specified by:
getEmailin interfaceServiceAccountOrBuilder- Returns:
- The email.
-
getEmailBytes
public com.google.protobuf.ByteString getEmailBytes()
Email address of the service account. If not specified, the default Compute Engine service account for the project will be used. If instance template is being used, the service account has to be specified in the instance template and it has to match the email field here.
string email = 1;- Specified by:
getEmailBytesin interfaceServiceAccountOrBuilder- Returns:
- The bytes for email.
-
setEmail
public ServiceAccount.Builder setEmail(String value)
Email address of the service account. If not specified, the default Compute Engine service account for the project will be used. If instance template is being used, the service account has to be specified in the instance template and it has to match the email field here.
string email = 1;- Parameters:
value- The email to set.- Returns:
- This builder for chaining.
-
clearEmail
public ServiceAccount.Builder clearEmail()
Email address of the service account. If not specified, the default Compute Engine service account for the project will be used. If instance template is being used, the service account has to be specified in the instance template and it has to match the email field here.
string email = 1;- Returns:
- This builder for chaining.
-
setEmailBytes
public ServiceAccount.Builder setEmailBytes(com.google.protobuf.ByteString value)
Email address of the service account. If not specified, the default Compute Engine service account for the project will be used. If instance template is being used, the service account has to be specified in the instance template and it has to match the email field here.
string email = 1;- Parameters:
value- The bytes for email to set.- Returns:
- This builder for chaining.
-
getScopesList
public com.google.protobuf.ProtocolStringList getScopesList()
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Specified by:
getScopesListin interfaceServiceAccountOrBuilder- Returns:
- A list containing the scopes.
-
getScopesCount
public int getScopesCount()
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Specified by:
getScopesCountin interfaceServiceAccountOrBuilder- Returns:
- The count of scopes.
-
getScopes
public String getScopes(int index)
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Specified by:
getScopesin interfaceServiceAccountOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The scopes at the given index.
-
getScopesBytes
public com.google.protobuf.ByteString getScopesBytes(int index)
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Specified by:
getScopesBytesin interfaceServiceAccountOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the scopes at the given index.
-
setScopes
public ServiceAccount.Builder setScopes(int index, String value)
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Parameters:
index- The index to set the value at.value- The scopes to set.- Returns:
- This builder for chaining.
-
addScopes
public ServiceAccount.Builder addScopes(String value)
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Parameters:
value- The scopes to add.- Returns:
- This builder for chaining.
-
addAllScopes
public ServiceAccount.Builder addAllScopes(Iterable<String> values)
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Parameters:
values- The scopes to add.- Returns:
- This builder for chaining.
-
clearScopes
public ServiceAccount.Builder clearScopes()
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Returns:
- This builder for chaining.
-
addScopesBytes
public ServiceAccount.Builder addScopesBytes(com.google.protobuf.ByteString value)
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
repeated string scopes = 2;- Parameters:
value- The bytes of the scopes to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ServiceAccount.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
mergeUnknownFields
public final ServiceAccount.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
-
-