public interface ResourceRuntimeSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceAccountSpec()
public abstract ServiceAccountSpec getServiceAccountSpec()Optional. Configure the use of workload identity on the PersistentResource
.google.cloud.aiplatform.v1beta1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ServiceAccountSpec |
The serviceAccountSpec. |
getServiceAccountSpecOrBuilder()
public abstract ServiceAccountSpecOrBuilder getServiceAccountSpecOrBuilder()Optional. Configure the use of workload identity on the PersistentResource
.google.cloud.aiplatform.v1beta1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ServiceAccountSpecOrBuilder |
|
hasServiceAccountSpec()
public abstract boolean hasServiceAccountSpec()Optional. Configure the use of workload identity on the PersistentResource
.google.cloud.aiplatform.v1beta1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the serviceAccountSpec field is set. |