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 ServiceAccountServiceAccount.Builder. build()ServiceAccountServiceAccount.Builder. buildPartial()static ServiceAccountServiceAccount. getDefaultInstance()ServiceAccountServiceAccount.Builder. getDefaultInstanceForType()ServiceAccountServiceAccount. getDefaultInstanceForType()ServiceAccountInstance.Builder. getServiceAccounts(int index)A list of service accounts, with their specified scopes, authorized for this instance.ServiceAccountInstance. getServiceAccounts(int index)A list of service accounts, with their specified scopes, authorized for this instance.ServiceAccountInstanceOrBuilder. getServiceAccounts(int index)A list of service accounts, with their specified scopes, authorized for this instance.ServiceAccountInstanceProperties.Builder. getServiceAccounts(int index)A list of service accounts with specified scopes.ServiceAccountInstanceProperties. getServiceAccounts(int index)A list of service accounts with specified scopes.ServiceAccountInstancePropertiesOrBuilder. getServiceAccounts(int index)A list of service accounts with specified scopes.ServiceAccountSourceInstanceProperties.Builder. getServiceAccounts(int index)A list of service accounts with specified scopes.ServiceAccountSourceInstanceProperties. getServiceAccounts(int index)A list of service accounts with specified scopes.ServiceAccountSourceInstancePropertiesOrBuilder. getServiceAccounts(int index)A list of service accounts with specified scopes.static ServiceAccountServiceAccount. parseDelimitedFrom(InputStream input)static ServiceAccountServiceAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(byte[] data)static ServiceAccountServiceAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.ByteString data)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(InputStream input)static ServiceAccountServiceAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(ByteBuffer data)static ServiceAccountServiceAccount. 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.BuilderInstance.Builder. addServiceAccounts(int index, ServiceAccount value)A list of service accounts, with their specified scopes, authorized for this instance.Instance.BuilderInstance.Builder. addServiceAccounts(ServiceAccount value)A list of service accounts, with their specified scopes, authorized for this instance.InstanceProperties.BuilderInstanceProperties.Builder. addServiceAccounts(int index, ServiceAccount value)A list of service accounts with specified scopes.InstanceProperties.BuilderInstanceProperties.Builder. addServiceAccounts(ServiceAccount value)A list of service accounts with specified scopes.SourceInstanceProperties.BuilderSourceInstanceProperties.Builder. addServiceAccounts(int index, ServiceAccount value)A list of service accounts with specified scopes.SourceInstanceProperties.BuilderSourceInstanceProperties.Builder. addServiceAccounts(ServiceAccount value)A list of service accounts with specified scopes.ServiceAccount.BuilderServiceAccount.Builder. mergeFrom(ServiceAccount other)static ServiceAccount.BuilderServiceAccount. newBuilder(ServiceAccount prototype)Instance.BuilderInstance.Builder. setServiceAccounts(int index, ServiceAccount value)A list of service accounts, with their specified scopes, authorized for this instance.InstanceProperties.BuilderInstanceProperties.Builder. setServiceAccounts(int index, ServiceAccount value)A list of service accounts with specified scopes.SourceInstanceProperties.BuilderSourceInstanceProperties.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.BuilderInstance.Builder. addAllServiceAccounts(Iterable<? extends ServiceAccount> values)A list of service accounts, with their specified scopes, authorized for this instance.InstanceProperties.BuilderInstanceProperties.Builder. addAllServiceAccounts(Iterable<? extends ServiceAccount> values)A list of service accounts with specified scopes.SourceInstanceProperties.BuilderSourceInstanceProperties.Builder. addAllServiceAccounts(Iterable<? extends ServiceAccount> values)A list of service accounts with specified scopes.
-