Uses of Interface
com.google.cloud.compute.v1.ServiceAccountOrBuilder
-
Packages that use ServiceAccountOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ServiceAccountOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement ServiceAccountOrBuilder Modifier and Type Class Description class
ServiceAccount
A service account.static class
ServiceAccount.Builder
A service account.Methods in com.google.cloud.compute.v1 that return ServiceAccountOrBuilder Modifier and Type Method Description ServiceAccountOrBuilder
Instance.Builder. getServiceAccountsOrBuilder(int index)
A list of service accounts, with their specified scopes, authorized for this instance.ServiceAccountOrBuilder
Instance. getServiceAccountsOrBuilder(int index)
A list of service accounts, with their specified scopes, authorized for this instance.ServiceAccountOrBuilder
InstanceOrBuilder. getServiceAccountsOrBuilder(int index)
A list of service accounts, with their specified scopes, authorized for this instance.ServiceAccountOrBuilder
InstanceProperties.Builder. getServiceAccountsOrBuilder(int index)
A list of service accounts with specified scopes.ServiceAccountOrBuilder
InstanceProperties. getServiceAccountsOrBuilder(int index)
A list of service accounts with specified scopes.ServiceAccountOrBuilder
InstancePropertiesOrBuilder. getServiceAccountsOrBuilder(int index)
A list of service accounts with specified scopes.ServiceAccountOrBuilder
SourceInstanceProperties.Builder. getServiceAccountsOrBuilder(int index)
A list of service accounts with specified scopes.ServiceAccountOrBuilder
SourceInstanceProperties. getServiceAccountsOrBuilder(int index)
A list of service accounts with specified scopes.ServiceAccountOrBuilder
SourceInstancePropertiesOrBuilder. getServiceAccountsOrBuilder(int index)
A list of service accounts with specified scopes.Methods in com.google.cloud.compute.v1 that return types with arguments of type ServiceAccountOrBuilder Modifier and Type Method Description List<? extends ServiceAccountOrBuilder>
Instance.Builder. getServiceAccountsOrBuilderList()
A list of service accounts, with their specified scopes, authorized for this instance.List<? extends ServiceAccountOrBuilder>
Instance. getServiceAccountsOrBuilderList()
A list of service accounts, with their specified scopes, authorized for this instance.List<? extends ServiceAccountOrBuilder>
InstanceOrBuilder. getServiceAccountsOrBuilderList()
A list of service accounts, with their specified scopes, authorized for this instance.List<? extends ServiceAccountOrBuilder>
InstanceProperties.Builder. getServiceAccountsOrBuilderList()
A list of service accounts with specified scopes.List<? extends ServiceAccountOrBuilder>
InstanceProperties. getServiceAccountsOrBuilderList()
A list of service accounts with specified scopes.List<? extends ServiceAccountOrBuilder>
InstancePropertiesOrBuilder. getServiceAccountsOrBuilderList()
A list of service accounts with specified scopes.List<? extends ServiceAccountOrBuilder>
SourceInstanceProperties.Builder. getServiceAccountsOrBuilderList()
A list of service accounts with specified scopes.List<? extends ServiceAccountOrBuilder>
SourceInstanceProperties. getServiceAccountsOrBuilderList()
A list of service accounts with specified scopes.List<? extends ServiceAccountOrBuilder>
SourceInstancePropertiesOrBuilder. getServiceAccountsOrBuilderList()
A list of service accounts with specified scopes.
-