Interface ListCampaignDraftAsyncErrorsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListCampaignDraftAsyncErrorsRequest,ListCampaignDraftAsyncErrorsRequest.Builder
public interface ListCampaignDraftAsyncErrorsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPageSize()Number of elements to retrieve in a single page.java.lang.StringgetPageToken()Token of the page to retrieve.com.google.protobuf.ByteStringgetPageTokenBytes()Token of the page to retrieve.java.lang.StringgetResourceName()Required.com.google.protobuf.ByteStringgetResourceNameBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Required. The name of the campaign draft from which to retrieve the async errors.
string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Required. The name of the campaign draft from which to retrieve the async errors.
string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getPageToken
java.lang.String getPageToken()
Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from `next_page_token` in the previous response in order to request the next page of results.
string page_token = 2;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from `next_page_token` in the previous response in order to request the next page of results.
string page_token = 2;- Returns:
- The bytes for pageToken.
-
getPageSize
int getPageSize()
Number of elements to retrieve in a single page. When a page request is too large, the server may decide to further limit the number of returned resources.
int32 page_size = 3;- Returns:
- The pageSize.
-
-