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 UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest.Builder. build()UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest.Builder. buildPartial()static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. getDefaultInstance()UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest.Builder. getDefaultInstanceForType()UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. getDefaultInstanceForType()static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseDelimitedFrom(InputStream input)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(byte[] data)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(InputStream input)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. parseFrom(ByteBuffer data)static UpdateProjectBillingInfoRequestUpdateProjectBillingInfoRequest. 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.BuilderUpdateProjectBillingInfoRequest.Builder. mergeFrom(UpdateProjectBillingInfoRequest other)static UpdateProjectBillingInfoRequest.BuilderUpdateProjectBillingInfoRequest. newBuilder(UpdateProjectBillingInfoRequest prototype)ProjectBillingInfoCloudBillingClient. updateProjectBillingInfo(UpdateProjectBillingInfoRequest request)Sets or updates the billing account associated with a project.default voidCloudBillingGrpc.AsyncService. updateProjectBillingInfo(UpdateProjectBillingInfoRequest request, io.grpc.stub.StreamObserver<ProjectBillingInfo> responseObserver)Sets or updates the billing account associated with a project.ProjectBillingInfoCloudBillingGrpc.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.voidCloudBillingGrpc.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.
-