Send feedback
Class UploadQueueYamlRequest.Builder (2.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.28.0 keyboard_arrow_down
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]