Uses of Class
com.google.cloud.billing.budgets.v1beta1.UpdateBudgetRequest
-
Packages that use UpdateBudgetRequest Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget APIcom.google.cloud.billing.budgets.v1beta1.stub -
-
Uses of UpdateBudgetRequest in com.google.cloud.billing.budgets.v1beta1
Methods in com.google.cloud.billing.budgets.v1beta1 that return UpdateBudgetRequest Modifier and Type Method Description UpdateBudgetRequestUpdateBudgetRequest.Builder. build()UpdateBudgetRequestUpdateBudgetRequest.Builder. buildPartial()static UpdateBudgetRequestUpdateBudgetRequest. getDefaultInstance()UpdateBudgetRequestUpdateBudgetRequest.Builder. getDefaultInstanceForType()UpdateBudgetRequestUpdateBudgetRequest. getDefaultInstanceForType()static UpdateBudgetRequestUpdateBudgetRequest. parseDelimitedFrom(InputStream input)static UpdateBudgetRequestUpdateBudgetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(byte[] data)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(InputStream input)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(ByteBuffer data)static UpdateBudgetRequestUpdateBudgetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.billing.budgets.v1beta1 that return types with arguments of type UpdateBudgetRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateBudgetRequest>UpdateBudgetRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateBudgetRequest,Budget>BudgetServiceGrpc. getUpdateBudgetMethod()static com.google.protobuf.Parser<UpdateBudgetRequest>UpdateBudgetRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateBudgetRequest,Budget>BudgetServiceClient. updateBudgetCallable()Updates a budget and returns the updated budget.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBudgetRequest,Budget>BudgetServiceSettings.Builder. updateBudgetSettings()Returns the builder for the settings used for calls to updateBudget.com.google.api.gax.rpc.UnaryCallSettings<UpdateBudgetRequest,Budget>BudgetServiceSettings. updateBudgetSettings()Returns the object with the settings used for calls to updateBudget.Methods in com.google.cloud.billing.budgets.v1beta1 with parameters of type UpdateBudgetRequest Modifier and Type Method Description UpdateBudgetRequest.BuilderUpdateBudgetRequest.Builder. mergeFrom(UpdateBudgetRequest other)static UpdateBudgetRequest.BuilderUpdateBudgetRequest. newBuilder(UpdateBudgetRequest prototype)BudgetBudgetServiceClient. updateBudget(UpdateBudgetRequest request)Updates a budget and returns the updated budget.default voidBudgetServiceGrpc.AsyncService. updateBudget(UpdateBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)Updates a budget and returns the updated budget.BudgetBudgetServiceGrpc.BudgetServiceBlockingStub. updateBudget(UpdateBudgetRequest request)Updates a budget and returns the updated budget.com.google.common.util.concurrent.ListenableFuture<Budget>BudgetServiceGrpc.BudgetServiceFutureStub. updateBudget(UpdateBudgetRequest request)Updates a budget and returns the updated budget.voidBudgetServiceGrpc.BudgetServiceStub. updateBudget(UpdateBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)Updates a budget and returns the updated budget. -
Uses of UpdateBudgetRequest in com.google.cloud.billing.budgets.v1beta1.stub
Methods in com.google.cloud.billing.budgets.v1beta1.stub that return types with arguments of type UpdateBudgetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateBudgetRequest,Budget>BudgetServiceStub. updateBudgetCallable()com.google.api.gax.rpc.UnaryCallable<UpdateBudgetRequest,Budget>GrpcBudgetServiceStub. updateBudgetCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBudgetRequest,Budget>BudgetServiceStubSettings.Builder. updateBudgetSettings()Returns the builder for the settings used for calls to updateBudget.com.google.api.gax.rpc.UnaryCallSettings<UpdateBudgetRequest,Budget>BudgetServiceStubSettings. updateBudgetSettings()Returns the object with the settings used for calls to updateBudget.
-