Uses of Class
com.google.cloud.lifesciences.v2beta.ServiceAccount
-
Packages that use ServiceAccount Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of ServiceAccount in com.google.cloud.lifesciences.v2beta
Methods in com.google.cloud.lifesciences.v2beta that return ServiceAccount Modifier and Type Method Description ServiceAccount
ServiceAccount.Builder. build()
ServiceAccount
ServiceAccount.Builder. buildPartial()
static ServiceAccount
ServiceAccount. getDefaultInstance()
ServiceAccount
ServiceAccount.Builder. getDefaultInstanceForType()
ServiceAccount
ServiceAccount. getDefaultInstanceForType()
ServiceAccount
VirtualMachine.Builder. getServiceAccount()
The service account to install on the VM.ServiceAccount
VirtualMachine. getServiceAccount()
The service account to install on the VM.ServiceAccount
VirtualMachineOrBuilder. getServiceAccount()
The service account to install on the VM.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(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)
static ServiceAccount
ServiceAccount. parseFrom(ByteBuffer data)
static ServiceAccount
ServiceAccount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type ServiceAccount Modifier and Type Method Description com.google.protobuf.Parser<ServiceAccount>
ServiceAccount. getParserForType()
static com.google.protobuf.Parser<ServiceAccount>
ServiceAccount. parser()
Methods in com.google.cloud.lifesciences.v2beta with parameters of type ServiceAccount Modifier and Type Method Description ServiceAccount.Builder
ServiceAccount.Builder. mergeFrom(ServiceAccount other)
VirtualMachine.Builder
VirtualMachine.Builder. mergeServiceAccount(ServiceAccount value)
The service account to install on the VM.static ServiceAccount.Builder
ServiceAccount. newBuilder(ServiceAccount prototype)
VirtualMachine.Builder
VirtualMachine.Builder. setServiceAccount(ServiceAccount value)
The service account to install on the VM.
-