public interface ListConsumerQuotaMetricsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Requested size of the next page of data.
|
String |
getPageToken()
Token identifying which result to start with; returned by a previous list
call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Token identifying which result to start with; returned by a previous list
call.
|
String |
getParent()
Parent of the quotas resource.
|
com.google.protobuf.ByteString |
getParentBytes()
Parent of the quotas resource.
|
QuotaView |
getView()
Specifies the level of detail for quota information in the response.
|
int |
getViewValue()
Specifies the level of detail for quota information in the response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;int getPageSize()
Requested size of the next page of data.
int32 page_size = 2;String getPageToken()
Token identifying which result to start with; returned by a previous list call.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Token identifying which result to start with; returned by a previous list call.
string page_token = 3;int getViewValue()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 4;QuotaView getView()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 4;Copyright © 2022 Google LLC. All rights reserved.