Interface CreateUserWorkloadsSecretRequestOrBuilder (1.41.0)

public interface CreateUserWorkloadsSecretRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The environment name to create a Secret for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The environment name to create a Secret for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getUserWorkloadsSecret()

public abstract UserWorkloadsSecret getUserWorkloadsSecret()

Required. User workloads Secret to create.

.google.cloud.orchestration.airflow.service.v1.UserWorkloadsSecret user_workloads_secret = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UserWorkloadsSecret

The userWorkloadsSecret.

getUserWorkloadsSecretOrBuilder()

public abstract UserWorkloadsSecretOrBuilder getUserWorkloadsSecretOrBuilder()

Required. User workloads Secret to create.

.google.cloud.orchestration.airflow.service.v1.UserWorkloadsSecret user_workloads_secret = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UserWorkloadsSecretOrBuilder

hasUserWorkloadsSecret()

public abstract boolean hasUserWorkloadsSecret()

Required. User workloads Secret to create.

.google.cloud.orchestration.airflow.service.v1.UserWorkloadsSecret user_workloads_secret = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the userWorkloadsSecret field is set.