Uses of Class
com.google.cloud.compute.v1.ServiceAccount
-
Packages that use ServiceAccount Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ServiceAccount in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 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
Instance.Builder. getServiceAccounts(int index)
A list of service accounts, with their specified scopes, authorized for this instance.ServiceAccount
Instance. 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.Builder. getServiceAccounts(int index)
A list of service accounts with specified scopes.ServiceAccount
InstanceProperties. getServiceAccounts(int index)
A list of service accounts with specified scopes.ServiceAccount
InstancePropertiesOrBuilder. 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.ServiceAccount
SourceInstanceProperties. getServiceAccounts(int index)
A list of service accounts with specified scopes.ServiceAccount
SourceInstancePropertiesOrBuilder. 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(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.compute.v1 that return types with arguments of type ServiceAccount Modifier and Type Method Description com.google.protobuf.Parser<ServiceAccount>
ServiceAccount. getParserForType()
List<ServiceAccount>
Instance.Builder. getServiceAccountsList()
A list of service accounts, with their specified scopes, authorized for this instance.List<ServiceAccount>
Instance. 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.Builder. getServiceAccountsList()
A list of service accounts with specified scopes.List<ServiceAccount>
InstanceProperties. getServiceAccountsList()
A list of service accounts with specified scopes.List<ServiceAccount>
InstancePropertiesOrBuilder. getServiceAccountsList()
A list of service accounts with specified scopes.List<ServiceAccount>
SourceInstanceProperties.Builder. getServiceAccountsList()
A list of service accounts with specified scopes.List<ServiceAccount>
SourceInstanceProperties. getServiceAccountsList()
A list of service accounts with specified scopes.List<ServiceAccount>
SourceInstancePropertiesOrBuilder. getServiceAccountsList()
A list of service accounts with specified scopes.static com.google.protobuf.Parser<ServiceAccount>
ServiceAccount. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ServiceAccount Modifier and Type Method Description Instance.Builder
Instance.Builder. addServiceAccounts(int index, ServiceAccount value)
A list of service accounts, with their specified scopes, authorized for this instance.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(int index, ServiceAccount value)
A list of service accounts with specified scopes.InstanceProperties.Builder
InstanceProperties.Builder. addServiceAccounts(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.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.Method parameters in com.google.cloud.compute.v1 with type arguments of type ServiceAccount Modifier and Type Method 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.
-