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