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 GetProjectBillingInfoRequestGetProjectBillingInfoRequest.Builder. build()GetProjectBillingInfoRequestGetProjectBillingInfoRequest.Builder. buildPartial()static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. getDefaultInstance()GetProjectBillingInfoRequestGetProjectBillingInfoRequest.Builder. getDefaultInstanceForType()GetProjectBillingInfoRequestGetProjectBillingInfoRequest. getDefaultInstanceForType()static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseDelimitedFrom(InputStream input)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(byte[] data)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(com.google.protobuf.ByteString data)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(InputStream input)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. parseFrom(ByteBuffer data)static GetProjectBillingInfoRequestGetProjectBillingInfoRequest. 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 ProjectBillingInfoCloudBillingClient. getProjectBillingInfo(GetProjectBillingInfoRequest request)Gets the billing information for a project.default voidCloudBillingGrpc.AsyncService. getProjectBillingInfo(GetProjectBillingInfoRequest request, io.grpc.stub.StreamObserver<ProjectBillingInfo> responseObserver)Gets the billing information for a project.ProjectBillingInfoCloudBillingGrpc.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.voidCloudBillingGrpc.CloudBillingStub. getProjectBillingInfo(GetProjectBillingInfoRequest request, io.grpc.stub.StreamObserver<ProjectBillingInfo> responseObserver)Gets the billing information for a project.GetProjectBillingInfoRequest.BuilderGetProjectBillingInfoRequest.Builder. mergeFrom(GetProjectBillingInfoRequest other)static GetProjectBillingInfoRequest.BuilderGetProjectBillingInfoRequest. 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.
-