public interface UploadQueueYamlRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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 lists
|
com.google.api.HttpBodyOrBuilder |
getHttpBodyOrBuilder()
The http body contains the queue.yaml file which used to update queue lists
|
boolean |
hasHttpBody()
The http body contains the queue.yaml file which used to update queue lists
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];boolean hasHttpBody()
The http body contains the queue.yaml file which used to update queue lists
optional .google.api.HttpBody http_body = 2;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;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;Copyright © 2024 Google LLC. All rights reserved.