public interface ListAdBreaksResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdBreaks(int index)
public abstract AdBreak getAdBreaks(int index) The AdBreak objects from the specified network.
 repeated .google.ads.admanager.v1.AdBreak ad_breaks = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
AdBreak | 
        |
getAdBreaksCount()
public abstract int getAdBreaksCount() The AdBreak objects from the specified network.
 repeated .google.ads.admanager.v1.AdBreak ad_breaks = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getAdBreaksList()
public abstract List<AdBreak> getAdBreaksList() The AdBreak objects from the specified network.
 repeated .google.ads.admanager.v1.AdBreak ad_breaks = 1;
| Returns | |
|---|---|
| Type | Description | 
List<AdBreak> | 
        |
getAdBreaksOrBuilder(int index)
public abstract AdBreakOrBuilder getAdBreaksOrBuilder(int index) The AdBreak objects from the specified network.
 repeated .google.ads.admanager.v1.AdBreak ad_breaks = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
AdBreakOrBuilder | 
        |
getAdBreaksOrBuilderList()
public abstract List<? extends AdBreakOrBuilder> getAdBreaksOrBuilderList() The AdBreak objects from the specified network.
 repeated .google.ads.admanager.v1.AdBreak ad_breaks = 1;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.ads.admanager.v1.AdBreakOrBuilder> | 
        |
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages. This field expires
 after five minutes.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages. This field expires
 after five minutes.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for nextPageToken.  | 
      
getTotalSize()
public abstract int getTotalSize() Total number of AdBreak objects.
 If a filter was included in the request, this reflects the total number
 after the filtering is applied.
 total_size will not be calculated in the response unless it has been
 included in a response field mask. The response field mask can be provided
 to the method by using the URL parameter $fields or fields, or by using
 the HTTP/gRPC header X-Goog-FieldMask.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
 int32 total_size = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The totalSize.  |