Uses of Class
com.google.cloud.channel.v1.QueryEligibleBillingAccountsResponse
-
Packages that use QueryEligibleBillingAccountsResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of QueryEligibleBillingAccountsResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return QueryEligibleBillingAccountsResponse Modifier and Type Method Description QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse.Builder. build()
QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse.Builder. buildPartial()
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. getDefaultInstance()
QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse.Builder. getDefaultInstanceForType()
QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. getDefaultInstanceForType()
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseDelimitedFrom(InputStream input)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(byte[] data)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(com.google.protobuf.ByteString data)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(InputStream input)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(ByteBuffer data)
static QueryEligibleBillingAccountsResponse
QueryEligibleBillingAccountsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
QueryEligibleBillingAccountsResponse
CloudChannelServiceClient. queryEligibleBillingAccounts(QueryEligibleBillingAccountsRequest request)
Lists the billing accounts that are eligible to purchase particular SKUs for a given customer.QueryEligibleBillingAccountsResponse
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. queryEligibleBillingAccounts(QueryEligibleBillingAccountsRequest request)
Lists the billing accounts that are eligible to purchase particular SKUs for a given customer.Methods in com.google.cloud.channel.v1 that return types with arguments of type QueryEligibleBillingAccountsResponse Modifier and Type Method Description com.google.protobuf.Parser<QueryEligibleBillingAccountsResponse>
QueryEligibleBillingAccountsResponse. getParserForType()
static io.grpc.MethodDescriptor<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
CloudChannelServiceGrpc. getQueryEligibleBillingAccountsMethod()
static com.google.protobuf.Parser<QueryEligibleBillingAccountsResponse>
QueryEligibleBillingAccountsResponse. parser()
com.google.common.util.concurrent.ListenableFuture<QueryEligibleBillingAccountsResponse>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. queryEligibleBillingAccounts(QueryEligibleBillingAccountsRequest request)
Lists the billing accounts that are eligible to purchase particular SKUs for a given customer.com.google.api.gax.rpc.UnaryCallable<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
CloudChannelServiceClient. queryEligibleBillingAccountsCallable()
Lists the billing accounts that are eligible to purchase particular SKUs for a given customer.com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
CloudChannelServiceSettings.Builder. queryEligibleBillingAccountsSettings()
Returns the builder for the settings used for calls to queryEligibleBillingAccounts.com.google.api.gax.rpc.UnaryCallSettings<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
CloudChannelServiceSettings. queryEligibleBillingAccountsSettings()
Returns the object with the settings used for calls to queryEligibleBillingAccounts.Methods in com.google.cloud.channel.v1 with parameters of type QueryEligibleBillingAccountsResponse Modifier and Type Method Description QueryEligibleBillingAccountsResponse.Builder
QueryEligibleBillingAccountsResponse.Builder. mergeFrom(QueryEligibleBillingAccountsResponse other)
static QueryEligibleBillingAccountsResponse.Builder
QueryEligibleBillingAccountsResponse. newBuilder(QueryEligibleBillingAccountsResponse prototype)
Method parameters in com.google.cloud.channel.v1 with type arguments of type QueryEligibleBillingAccountsResponse Modifier and Type Method Description default void
CloudChannelServiceGrpc.AsyncService. queryEligibleBillingAccounts(QueryEligibleBillingAccountsRequest request, io.grpc.stub.StreamObserver<QueryEligibleBillingAccountsResponse> responseObserver)
Lists the billing accounts that are eligible to purchase particular SKUs for a given customer.void
CloudChannelServiceGrpc.CloudChannelServiceStub. queryEligibleBillingAccounts(QueryEligibleBillingAccountsRequest request, io.grpc.stub.StreamObserver<QueryEligibleBillingAccountsResponse> responseObserver)
Lists the billing accounts that are eligible to purchase particular SKUs for a given customer. -
Uses of QueryEligibleBillingAccountsResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type QueryEligibleBillingAccountsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
CloudChannelServiceStub. queryEligibleBillingAccountsCallable()
com.google.api.gax.rpc.UnaryCallable<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
GrpcCloudChannelServiceStub. queryEligibleBillingAccountsCallable()
com.google.api.gax.rpc.UnaryCallable<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
HttpJsonCloudChannelServiceStub. queryEligibleBillingAccountsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
CloudChannelServiceStubSettings.Builder. queryEligibleBillingAccountsSettings()
Returns the builder for the settings used for calls to queryEligibleBillingAccounts.com.google.api.gax.rpc.UnaryCallSettings<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse>
CloudChannelServiceStubSettings. queryEligibleBillingAccountsSettings()
Returns the object with the settings used for calls to queryEligibleBillingAccounts.
-