Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ServiceAccount |
ServiceAccount.Builder.build() |
static ServiceAccount |
ServiceAccount.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<ServiceAccount> |
Instance.getServiceAccountsList()
A list of service accounts, with their specified scopes, authorized for this instance.
|
List<ServiceAccount> |
Instance.Builder.getServiceAccountsList()
A list of service accounts, with their specified scopes, authorized for this instance.
|
List<ServiceAccount> |
InstanceProperties.getServiceAccountsList()
A list of service accounts with specified scopes.
|
List<ServiceAccount> |
InstanceProperties.Builder.getServiceAccountsList()
A list of service accounts with specified scopes.
|
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.addServiceAccounts(ServiceAccount serviceAccounts)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addServiceAccounts(ServiceAccount serviceAccounts)
A list of service accounts with specified scopes.
|
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(ServiceAccount other) |
static ServiceAccount.Builder |
ServiceAccount.newBuilder(ServiceAccount prototype) |
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.addAllServiceAccounts(List<ServiceAccount> serviceAccounts)
A list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addAllServiceAccounts(List<ServiceAccount> serviceAccounts)
A list of service accounts with specified scopes.
|
Copyright © 2019 Google LLC. All rights reserved.