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 GetBudgetRequest
GetBudgetRequest.Builder. build()
GetBudgetRequest
GetBudgetRequest.Builder. buildPartial()
static GetBudgetRequest
GetBudgetRequest. getDefaultInstance()
GetBudgetRequest
GetBudgetRequest.Builder. getDefaultInstanceForType()
GetBudgetRequest
GetBudgetRequest. getDefaultInstanceForType()
static GetBudgetRequest
GetBudgetRequest. parseDelimitedFrom(InputStream input)
static GetBudgetRequest
GetBudgetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBudgetRequest
GetBudgetRequest. parseFrom(byte[] data)
static GetBudgetRequest
GetBudgetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBudgetRequest
GetBudgetRequest. parseFrom(com.google.protobuf.ByteString data)
static GetBudgetRequest
GetBudgetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBudgetRequest
GetBudgetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetBudgetRequest
GetBudgetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBudgetRequest
GetBudgetRequest. parseFrom(InputStream input)
static GetBudgetRequest
GetBudgetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBudgetRequest
GetBudgetRequest. parseFrom(ByteBuffer data)
static GetBudgetRequest
GetBudgetRequest. 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 Budget
BudgetServiceClient. getBudget(GetBudgetRequest request)
Returns a budget.default void
BudgetServiceGrpc.AsyncService. getBudget(GetBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)
Returns a budget.Budget
BudgetServiceGrpc.BudgetServiceBlockingStub. getBudget(GetBudgetRequest request)
Returns a budget.com.google.common.util.concurrent.ListenableFuture<Budget>
BudgetServiceGrpc.BudgetServiceFutureStub. getBudget(GetBudgetRequest request)
Returns a budget.void
BudgetServiceGrpc.BudgetServiceStub. getBudget(GetBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)
Returns a budget.GetBudgetRequest.Builder
GetBudgetRequest.Builder. mergeFrom(GetBudgetRequest other)
static GetBudgetRequest.Builder
GetBudgetRequest. 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.
-