public interface CreateUserWorkloadsSecretRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getUserWorkloadsSecret()
public abstract UserWorkloadsSecret getUserWorkloadsSecret()Required. User workloads Secret to create.
.google.cloud.orchestration.airflow.service.v1beta1.UserWorkloadsSecret user_workloads_secret = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserWorkloadsSecret |
The userWorkloadsSecret. |
getUserWorkloadsSecretOrBuilder()
public abstract UserWorkloadsSecretOrBuilder getUserWorkloadsSecretOrBuilder()Required. User workloads Secret to create.
.google.cloud.orchestration.airflow.service.v1beta1.UserWorkloadsSecret user_workloads_secret = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserWorkloadsSecretOrBuilder |
|
hasUserWorkloadsSecret()
public abstract boolean hasUserWorkloadsSecret()Required. User workloads Secret to create.
.google.cloud.orchestration.airflow.service.v1beta1.UserWorkloadsSecret user_workloads_secret = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userWorkloadsSecret field is set. |