Interface ListConsumerQuotaMetricsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListConsumerQuotaMetricsRequest
,ListConsumerQuotaMetricsRequest.Builder
public interface ListConsumerQuotaMetricsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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;
- Returns:
- The parent.
-
getParentBytes
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;
- Returns:
- The bytes for parent.
-
getPageSize
int getPageSize()
Requested size of the next page of data.
int32 page_size = 2;
- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
Token identifying which result to start with; returned by a previous list call.
string page_token = 3;
- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Token identifying which result to start with; returned by a previous list call.
string page_token = 3;
- Returns:
- The bytes for pageToken.
-
getViewValue
int getViewValue()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 4;
- Returns:
- The enum numeric value on the wire for view.
-
getView
QuotaView getView()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 4;
- Returns:
- The view.
-
-