publicstaticfinalclass UploadQueueYamlRequest.BuilderextendsGeneratedMessageV3.Builder<UploadQueueYamlRequest.Builder>implementsUploadQueueYamlRequestOrBuilder
Request message for
UploadQueueYaml.
Protobuf type google.cloud.tasks.v2beta2.UploadQueueYamlRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicUploadQueueYamlRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUploadQueueYamlRequestbuild()
buildPartial()
publicUploadQueueYamlRequestbuildPartial()
clear()
publicUploadQueueYamlRequest.Builderclear()
Overrides
clearAppId()
publicUploadQueueYamlRequest.BuilderclearAppId()
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)
publicUploadQueueYamlRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearHttpBody()
publicUploadQueueYamlRequest.BuilderclearHttpBody()
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)
publicUploadQueueYamlRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicUploadQueueYamlRequest.Builderclone()
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()
publicByteStringgetAppIdBytes()
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()
publicUploadQueueYamlRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getHttpBody()
publicHttpBodygetHttpBody()
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()
publicHttpBody.BuildergetHttpBodyBuilder()
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()
publicHttpBodyOrBuildergetHttpBodyOrBuilder()
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()
publicbooleanhasHttpBody()
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()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(UploadQueueYamlRequest other)
publicUploadQueueYamlRequest.BuildermergeFrom(UploadQueueYamlRequestother)
publicUploadQueueYamlRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUploadQueueYamlRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeHttpBody(HttpBody value)
publicUploadQueueYamlRequest.BuildermergeHttpBody(HttpBodyvalue)
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)
publicfinalUploadQueueYamlRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setAppId(String value)
publicUploadQueueYamlRequest.BuildersetAppId(Stringvalue)
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)
publicUploadQueueYamlRequest.BuildersetAppIdBytes(ByteStringvalue)
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)
publicUploadQueueYamlRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setHttpBody(HttpBody value)
publicUploadQueueYamlRequest.BuildersetHttpBody(HttpBodyvalue)
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)
publicUploadQueueYamlRequest.BuildersetHttpBody(HttpBody.BuilderbuilderForValue)
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)
publicUploadQueueYamlRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUploadQueueYamlRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides