public final class CreateUserWorkloadsSecretRequest extends GeneratedMessageV3 implements CreateUserWorkloadsSecretRequestOrBuilder
Create user workloads Secret request.
Protobuf type
google.cloud.orchestration.airflow.service.v1.CreateUserWorkloadsSecretRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
USER_WORKLOADS_SECRET_FIELD_NUMBER
public static final int USER_WORKLOADS_SECRET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CreateUserWorkloadsSecretRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CreateUserWorkloadsSecretRequest.Builder newBuilder()
newBuilder(CreateUserWorkloadsSecretRequest prototype)
public static CreateUserWorkloadsSecretRequest.Builder newBuilder(CreateUserWorkloadsSecretRequest prototype)
public static CreateUserWorkloadsSecretRequest parseDelimitedFrom(InputStream input)
public static CreateUserWorkloadsSecretRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CreateUserWorkloadsSecretRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateUserWorkloadsSecretRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CreateUserWorkloadsSecretRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateUserWorkloadsSecretRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateUserWorkloadsSecretRequest parseFrom(CodedInputStream input)
public static CreateUserWorkloadsSecretRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateUserWorkloadsSecretRequest parseFrom(InputStream input)
public static CreateUserWorkloadsSecretRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CreateUserWorkloadsSecretRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateUserWorkloadsSecretRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CreateUserWorkloadsSecretRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CreateUserWorkloadsSecretRequest getDefaultInstanceForType()
getParent()
public 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 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.
|
getParserForType()
public Parser<CreateUserWorkloadsSecretRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUserWorkloadsSecret()
public UserWorkloadsSecret getUserWorkloadsSecret()
Required. User workloads Secret to create.
.google.cloud.orchestration.airflow.service.v1.UserWorkloadsSecret user_workloads_secret = 2 [(.google.api.field_behavior) = REQUIRED];
getUserWorkloadsSecretOrBuilder()
public UserWorkloadsSecretOrBuilder getUserWorkloadsSecretOrBuilder()
Required. User workloads Secret to create.
.google.cloud.orchestration.airflow.service.v1.UserWorkloadsSecret user_workloads_secret = 2 [(.google.api.field_behavior) = REQUIRED];
hasUserWorkloadsSecret()
public 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 |
Type |
Description |
boolean |
Whether the userWorkloadsSecret field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CreateUserWorkloadsSecretRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateUserWorkloadsSecretRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CreateUserWorkloadsSecretRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides