public interface ListConsumerQuotaMetricsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()Requested size of the next page of data.
int32 page_size = 2;
| Type | Description |
| int | The pageSize. |
getPageToken()
public abstract String getPageToken()Token identifying which result to start with; returned by a previous list call.
string page_token = 3;
| Type | Description |
| String | The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()Token identifying which result to start with; returned by a previous list call.
string page_token = 3;
| Type | Description |
| ByteString | The bytes for pageToken. |
getParent()
public abstract String getParent() Parent of the quotas resource.
Some example names would be:
projects/123/services/serviceconsumermanagement.googleapis.com
folders/345/services/serviceconsumermanagement.googleapis.com
organizations/456/services/serviceconsumermanagement.googleapis.com
string parent = 1;
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Parent of the quotas resource.
Some example names would be:
projects/123/services/serviceconsumermanagement.googleapis.com
folders/345/services/serviceconsumermanagement.googleapis.com
organizations/456/services/serviceconsumermanagement.googleapis.com
string parent = 1;
| Type | Description |
| ByteString | The bytes for parent. |
getView()
public abstract QuotaView getView()Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 4;
| Type | Description |
| QuotaView | The view. |
getViewValue()
public abstract int getViewValue()Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 4;
| Type | Description |
| int | The enum numeric value on the wire for view. |