Package com.google.cloud.tasks.v2beta2
Interface UploadQueueYamlRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UploadQueueYamlRequest
,UploadQueueYamlRequest.Builder
public interface UploadQueueYamlRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAppId()
Required.com.google.protobuf.ByteString
getAppIdBytes()
Required.com.google.api.HttpBody
getHttpBody()
The http body contains the queue.yaml file which used to update queue listscom.google.api.HttpBodyOrBuilder
getHttpBodyOrBuilder()
The http body contains the queue.yaml file which used to update queue listsboolean
hasHttpBody()
The http body contains the queue.yaml file which used to update queue lists-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAppId
String 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:
- The appId.
-
getAppIdBytes
com.google.protobuf.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:
- The bytes for appId.
-
hasHttpBody
boolean hasHttpBody()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
- Returns:
- Whether the httpBody field is set.
-
getHttpBody
com.google.api.HttpBody getHttpBody()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
- Returns:
- The httpBody.
-
getHttpBodyOrBuilder
com.google.api.HttpBodyOrBuilder getHttpBodyOrBuilder()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;
-
-