Uses of Interface
com.google.cloud.billing.v1.ProjectBillingInfoOrBuilder
-
Packages that use ProjectBillingInfoOrBuilder Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of ProjectBillingInfoOrBuilder in com.google.cloud.billing.v1
Classes in com.google.cloud.billing.v1 that implement ProjectBillingInfoOrBuilder Modifier and Type Class Description class
ProjectBillingInfo
Encapsulation of billing information for a Google Cloud Console project.static class
ProjectBillingInfo.Builder
Encapsulation of billing information for a Google Cloud Console project.Methods in com.google.cloud.billing.v1 that return ProjectBillingInfoOrBuilder Modifier and Type Method Description ProjectBillingInfoOrBuilder
ListProjectBillingInfoResponse.Builder. getProjectBillingInfoOrBuilder(int index)
A list of `ProjectBillingInfo` resources representing the projects associated with the billing account.ProjectBillingInfoOrBuilder
ListProjectBillingInfoResponse. getProjectBillingInfoOrBuilder(int index)
A list of `ProjectBillingInfo` resources representing the projects associated with the billing account.ProjectBillingInfoOrBuilder
ListProjectBillingInfoResponseOrBuilder. getProjectBillingInfoOrBuilder(int index)
A list of `ProjectBillingInfo` resources representing the projects associated with the billing account.ProjectBillingInfoOrBuilder
UpdateProjectBillingInfoRequest.Builder. getProjectBillingInfoOrBuilder()
The new billing information for the project.ProjectBillingInfoOrBuilder
UpdateProjectBillingInfoRequest. getProjectBillingInfoOrBuilder()
The new billing information for the project.ProjectBillingInfoOrBuilder
UpdateProjectBillingInfoRequestOrBuilder. getProjectBillingInfoOrBuilder()
The new billing information for the project.Methods in com.google.cloud.billing.v1 that return types with arguments of type ProjectBillingInfoOrBuilder Modifier and Type Method Description List<? extends ProjectBillingInfoOrBuilder>
ListProjectBillingInfoResponse.Builder. getProjectBillingInfoOrBuilderList()
A list of `ProjectBillingInfo` resources representing the projects associated with the billing account.List<? extends ProjectBillingInfoOrBuilder>
ListProjectBillingInfoResponse. getProjectBillingInfoOrBuilderList()
A list of `ProjectBillingInfo` resources representing the projects associated with the billing account.List<? extends ProjectBillingInfoOrBuilder>
ListProjectBillingInfoResponseOrBuilder. getProjectBillingInfoOrBuilderList()
A list of `ProjectBillingInfo` resources representing the projects associated with the billing account.
-