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