public final class ListProjectBillingInfoResponse extends GeneratedMessageV3 implements ListProjectBillingInfoResponseOrBuilder
Request message for ListProjectBillingInfoResponse
.
Protobuf type google.cloud.billing.v1.ListProjectBillingInfoResponse
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
PROJECT_BILLING_INFO_FIELD_NUMBER
public static final int PROJECT_BILLING_INFO_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListProjectBillingInfoResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListProjectBillingInfoResponse.Builder newBuilder()
Returns
newBuilder(ListProjectBillingInfoResponse prototype)
public static ListProjectBillingInfoResponse.Builder newBuilder(ListProjectBillingInfoResponse prototype)
Parameter
Returns
public static ListProjectBillingInfoResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListProjectBillingInfoResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListProjectBillingInfoResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListProjectBillingInfoResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListProjectBillingInfoResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListProjectBillingInfoResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListProjectBillingInfoResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListProjectBillingInfoResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListProjectBillingInfoResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListProjectBillingInfoResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListProjectBillingInfoResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListProjectBillingInfoResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListProjectBillingInfoResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListProjectBillingInfoResponse getDefaultInstanceForType()
Returns
getNextPageToken()
public String getNextPageToken()
A token to retrieve the next page of results. To retrieve the next page,
call ListProjectBillingInfo
again with the page_token
field set to this
value. This field is empty if there are no more results to retrieve.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. To retrieve the next page,
call ListProjectBillingInfo
again with the page_token
field set to this
value. This field is empty if there are no more results to retrieve.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListProjectBillingInfoResponse> getParserForType()
Returns
Overrides
getProjectBillingInfo(int index)
public ProjectBillingInfo getProjectBillingInfo(int index)
A list of ProjectBillingInfo
resources representing the projects
associated with the billing account.
repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
Parameter
Returns
getProjectBillingInfoCount()
public int getProjectBillingInfoCount()
A list of ProjectBillingInfo
resources representing the projects
associated with the billing account.
repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
Returns
getProjectBillingInfoList()
public List<ProjectBillingInfo> getProjectBillingInfoList()
A list of ProjectBillingInfo
resources representing the projects
associated with the billing account.
repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
Returns
getProjectBillingInfoOrBuilder(int index)
public ProjectBillingInfoOrBuilder getProjectBillingInfoOrBuilder(int index)
A list of ProjectBillingInfo
resources representing the projects
associated with the billing account.
repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
Parameter
Returns
getProjectBillingInfoOrBuilderList()
public List<? extends ProjectBillingInfoOrBuilder> getProjectBillingInfoOrBuilderList()
A list of ProjectBillingInfo
resources representing the projects
associated with the billing account.
repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
Returns
Type | Description |
List<? extends com.google.cloud.billing.v1.ProjectBillingInfoOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListProjectBillingInfoResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListProjectBillingInfoResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListProjectBillingInfoResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions