Interface ResourceRuntimeSpecOrBuilder (3.23.0)

public interface ResourceRuntimeSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the serviceAccountSpec field is set.