public sealed class GetUserWorkloadsSecretRequest : IMessage<GetUserWorkloadsSecretRequest>, IEquatable<GetUserWorkloadsSecretRequest>, IDeepCloneable<GetUserWorkloadsSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class GetUserWorkloadsSecretRequest.
Get user workloads Secret request.
Implements
IMessageGetUserWorkloadsSecretRequest, IEquatableGetUserWorkloadsSecretRequest, IDeepCloneableGetUserWorkloadsSecretRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
GetUserWorkloadsSecretRequest()
public GetUserWorkloadsSecretRequest()
GetUserWorkloadsSecretRequest(GetUserWorkloadsSecretRequest)
public GetUserWorkloadsSecretRequest(GetUserWorkloadsSecretRequest other)
Parameter | |
---|---|
Name | Description |
other | GetUserWorkloadsSecretRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the Secret to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}"
Property Value | |
---|---|
Type | Description |
string |
UserWorkloadsSecretName
public UserWorkloadsSecretName UserWorkloadsSecretName { get; set; }
UserWorkloadsSecretName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
UserWorkloadsSecretName |