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