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