public interface ListEntitlementsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntitlements(int index)
public abstract Entitlement getEntitlements(int index)The reseller customer's entitlements.
repeated .google.cloud.channel.v1.Entitlement entitlements = 1;
| Name | Description |
| index | int |
| Type | Description |
| Entitlement |
getEntitlementsCount()
public abstract int getEntitlementsCount()The reseller customer's entitlements.
repeated .google.cloud.channel.v1.Entitlement entitlements = 1;
| Type | Description |
| int |
getEntitlementsList()
public abstract List<Entitlement> getEntitlementsList()The reseller customer's entitlements.
repeated .google.cloud.channel.v1.Entitlement entitlements = 1;
| Type | Description |
| List<Entitlement> |
getEntitlementsOrBuilder(int index)
public abstract EntitlementOrBuilder getEntitlementsOrBuilder(int index)The reseller customer's entitlements.
repeated .google.cloud.channel.v1.Entitlement entitlements = 1;
| Name | Description |
| index | int |
| Type | Description |
| EntitlementOrBuilder |
getEntitlementsOrBuilderList()
public abstract List<? extends EntitlementOrBuilder> getEntitlementsOrBuilderList()The reseller customer's entitlements.
repeated .google.cloud.channel.v1.Entitlement entitlements = 1;
| Type | Description |
| List<? extends com.google.cloud.channel.v1.EntitlementOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |