Uses of Class
com.google.cloud.billing.v1.GetProjectBillingInfoRequest
-
Packages that use GetProjectBillingInfoRequest Package Description com.google.cloud.billing.v1 A client to Cloud Billing APIcom.google.cloud.billing.v1.stub -
-
Uses of GetProjectBillingInfoRequest in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return GetProjectBillingInfoRequest Modifier and Type Method Description GetProjectBillingInfoRequest
GetProjectBillingInfoRequest.Builder. build()
GetProjectBillingInfoRequest
GetProjectBillingInfoRequest.Builder. buildPartial()
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. getDefaultInstance()
GetProjectBillingInfoRequest
GetProjectBillingInfoRequest.Builder. getDefaultInstanceForType()
GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. getDefaultInstanceForType()
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseDelimitedFrom(InputStream input)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(byte[] data)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(com.google.protobuf.ByteString data)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(InputStream input)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(ByteBuffer data)
static GetProjectBillingInfoRequest
GetProjectBillingInfoRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.v1 that return types with arguments of type GetProjectBillingInfoRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetProjectBillingInfoRequest,ProjectBillingInfo>
CloudBillingGrpc. getGetProjectBillingInfoMethod()
com.google.protobuf.Parser<GetProjectBillingInfoRequest>
GetProjectBillingInfoRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetProjectBillingInfoRequest,ProjectBillingInfo>
CloudBillingClient. getProjectBillingInfoCallable()
Gets the billing information for a project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectBillingInfoRequest,ProjectBillingInfo>
CloudBillingSettings.Builder. getProjectBillingInfoSettings()
Returns the builder for the settings used for calls to getProjectBillingInfo.com.google.api.gax.rpc.UnaryCallSettings<GetProjectBillingInfoRequest,ProjectBillingInfo>
CloudBillingSettings. getProjectBillingInfoSettings()
Returns the object with the settings used for calls to getProjectBillingInfo.static com.google.protobuf.Parser<GetProjectBillingInfoRequest>
GetProjectBillingInfoRequest. parser()
Methods in com.google.cloud.billing.v1 with parameters of type GetProjectBillingInfoRequest Modifier and Type Method Description ProjectBillingInfo
CloudBillingClient. getProjectBillingInfo(GetProjectBillingInfoRequest request)
Gets the billing information for a project.default void
CloudBillingGrpc.AsyncService. getProjectBillingInfo(GetProjectBillingInfoRequest request, io.grpc.stub.StreamObserver<ProjectBillingInfo> responseObserver)
Gets the billing information for a project.ProjectBillingInfo
CloudBillingGrpc.CloudBillingBlockingStub. getProjectBillingInfo(GetProjectBillingInfoRequest request)
Gets the billing information for a project.com.google.common.util.concurrent.ListenableFuture<ProjectBillingInfo>
CloudBillingGrpc.CloudBillingFutureStub. getProjectBillingInfo(GetProjectBillingInfoRequest request)
Gets the billing information for a project.void
CloudBillingGrpc.CloudBillingStub. getProjectBillingInfo(GetProjectBillingInfoRequest request, io.grpc.stub.StreamObserver<ProjectBillingInfo> responseObserver)
Gets the billing information for a project.GetProjectBillingInfoRequest.Builder
GetProjectBillingInfoRequest.Builder. mergeFrom(GetProjectBillingInfoRequest other)
static GetProjectBillingInfoRequest.Builder
GetProjectBillingInfoRequest. newBuilder(GetProjectBillingInfoRequest prototype)
-
Uses of GetProjectBillingInfoRequest in com.google.cloud.billing.v1.stub
Methods in com.google.cloud.billing.v1.stub that return types with arguments of type GetProjectBillingInfoRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProjectBillingInfoRequest,ProjectBillingInfo>
CloudBillingStub. getProjectBillingInfoCallable()
com.google.api.gax.rpc.UnaryCallable<GetProjectBillingInfoRequest,ProjectBillingInfo>
GrpcCloudBillingStub. getProjectBillingInfoCallable()
com.google.api.gax.rpc.UnaryCallable<GetProjectBillingInfoRequest,ProjectBillingInfo>
HttpJsonCloudBillingStub. getProjectBillingInfoCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectBillingInfoRequest,ProjectBillingInfo>
CloudBillingStubSettings.Builder. getProjectBillingInfoSettings()
Returns the builder for the settings used for calls to getProjectBillingInfo.com.google.api.gax.rpc.UnaryCallSettings<GetProjectBillingInfoRequest,ProjectBillingInfo>
CloudBillingStubSettings. getProjectBillingInfoSettings()
Returns the object with the settings used for calls to getProjectBillingInfo.
-