public final class UploadQueueYamlRequest extends GeneratedMessageV3 implements UploadQueueYamlRequestOrBuilder
Request message for
UploadQueueYaml.
Protobuf type google.cloud.tasks.v2beta2.UploadQueueYamlRequest
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
APP_ID_FIELD_NUMBER
public static final int APP_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
HTTP_BODY_FIELD_NUMBER
public static final int HTTP_BODY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static UploadQueueYamlRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UploadQueueYamlRequest.Builder newBuilder()
newBuilder(UploadQueueYamlRequest prototype)
public static UploadQueueYamlRequest.Builder newBuilder(UploadQueueYamlRequest prototype)
public static UploadQueueYamlRequest parseDelimitedFrom(InputStream input)
public static UploadQueueYamlRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UploadQueueYamlRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UploadQueueYamlRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UploadQueueYamlRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UploadQueueYamlRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UploadQueueYamlRequest parseFrom(CodedInputStream input)
public static UploadQueueYamlRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UploadQueueYamlRequest parseFrom(InputStream input)
public static UploadQueueYamlRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UploadQueueYamlRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UploadQueueYamlRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UploadQueueYamlRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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()
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.
|
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 |
|
getParserForType()
public Parser<UploadQueueYamlRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UploadQueueYamlRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UploadQueueYamlRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public UploadQueueYamlRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides