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 GetBillingAccountRequest
GetBillingAccountRequest.Builder. build()
GetBillingAccountRequest
GetBillingAccountRequest.Builder. buildPartial()
static GetBillingAccountRequest
GetBillingAccountRequest. getDefaultInstance()
GetBillingAccountRequest
GetBillingAccountRequest.Builder. getDefaultInstanceForType()
GetBillingAccountRequest
GetBillingAccountRequest. getDefaultInstanceForType()
static GetBillingAccountRequest
GetBillingAccountRequest. parseDelimitedFrom(InputStream input)
static GetBillingAccountRequest
GetBillingAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(byte[] data)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(com.google.protobuf.ByteString data)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(InputStream input)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBillingAccountRequest
GetBillingAccountRequest. parseFrom(ByteBuffer data)
static GetBillingAccountRequest
GetBillingAccountRequest. 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 BillingAccount
CloudBillingClient. getBillingAccount(GetBillingAccountRequest request)
Gets information about a billing account.default void
CloudBillingGrpc.AsyncService. getBillingAccount(GetBillingAccountRequest request, io.grpc.stub.StreamObserver<BillingAccount> responseObserver)
Gets information about a billing account.BillingAccount
CloudBillingGrpc.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.void
CloudBillingGrpc.CloudBillingStub. getBillingAccount(GetBillingAccountRequest request, io.grpc.stub.StreamObserver<BillingAccount> responseObserver)
Gets information about a billing account.GetBillingAccountRequest.Builder
GetBillingAccountRequest.Builder. mergeFrom(GetBillingAccountRequest other)
static GetBillingAccountRequest.Builder
GetBillingAccountRequest. 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.
-