public static final class UploadQueueYamlRequest.Builder extends GeneratedMessageV3.Builder<UploadQueueYamlRequest.Builder> implements UploadQueueYamlRequestOrBuilder
Request message for
UploadQueueYaml.
Protobuf type google.cloud.tasks.v2beta2.UploadQueueYamlRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UploadQueueYamlRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UploadQueueYamlRequest build()
buildPartial()
public UploadQueueYamlRequest buildPartial()
clear()
public UploadQueueYamlRequest.Builder clear()
Overrides
clearAppId()
public UploadQueueYamlRequest.Builder clearAppId()
Required. The App ID is supplied as an HTTP parameter. Unlike internal
usage of App ID, it does not include a region prefix. Rather, the App ID
represents the Project ID against which to make the request.
string app_id = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public UploadQueueYamlRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearHttpBody()
public UploadQueueYamlRequest.Builder clearHttpBody()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public UploadQueueYamlRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public UploadQueueYamlRequest.Builder clone()
Overrides
getAppId()
Required. The App ID is supplied as an HTTP parameter. Unlike internal
usage of App ID, it does not include a region prefix. Rather, the App ID
represents the Project ID against which to make the request.
string app_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The appId.
|
getAppIdBytes()
public ByteString getAppIdBytes()
Required. The App ID is supplied as an HTTP parameter. Unlike internal
usage of App ID, it does not include a region prefix. Rather, the App ID
represents the Project ID against which to make the request.
string app_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for appId.
|
getDefaultInstanceForType()
public UploadQueueYamlRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getHttpBody()
public HttpBody getHttpBody()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
Returns |
---|
Type | Description |
com.google.api.HttpBody | The httpBody.
|
getHttpBodyBuilder()
public HttpBody.Builder getHttpBodyBuilder()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
Returns |
---|
Type | Description |
com.google.api.HttpBody.Builder | |
getHttpBodyOrBuilder()
public HttpBodyOrBuilder getHttpBodyOrBuilder()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
Returns |
---|
Type | Description |
com.google.api.HttpBodyOrBuilder | |
hasHttpBody()
public boolean hasHttpBody()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
Returns |
---|
Type | Description |
boolean | Whether the httpBody field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UploadQueueYamlRequest other)
public UploadQueueYamlRequest.Builder mergeFrom(UploadQueueYamlRequest other)
public UploadQueueYamlRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UploadQueueYamlRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeHttpBody(HttpBody value)
public UploadQueueYamlRequest.Builder mergeHttpBody(HttpBody value)
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
Parameter |
---|
Name | Description |
value | com.google.api.HttpBody
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UploadQueueYamlRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAppId(String value)
public UploadQueueYamlRequest.Builder setAppId(String value)
Required. The App ID is supplied as an HTTP parameter. Unlike internal
usage of App ID, it does not include a region prefix. Rather, the App ID
represents the Project ID against which to make the request.
string app_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The appId to set.
|
setAppIdBytes(ByteString value)
public UploadQueueYamlRequest.Builder setAppIdBytes(ByteString value)
Required. The App ID is supplied as an HTTP parameter. Unlike internal
usage of App ID, it does not include a region prefix. Rather, the App ID
represents the Project ID against which to make the request.
string app_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for appId to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public UploadQueueYamlRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setHttpBody(HttpBody value)
public UploadQueueYamlRequest.Builder setHttpBody(HttpBody value)
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
Parameter |
---|
Name | Description |
value | com.google.api.HttpBody
|
setHttpBody(HttpBody.Builder builderForValue)
public UploadQueueYamlRequest.Builder setHttpBody(HttpBody.Builder builderForValue)
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
Parameter |
---|
Name | Description |
builderForValue | com.google.api.HttpBody.Builder
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UploadQueueYamlRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UploadQueueYamlRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides