Uses of Class
com.google.cloud.channel.v1.ListSkuGroupsRequest
-
Packages that use ListSkuGroupsRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListSkuGroupsRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListSkuGroupsRequest Modifier and Type Method Description ListSkuGroupsRequest
ListSkuGroupsRequest.Builder. build()
ListSkuGroupsRequest
ListSkuGroupsRequest.Builder. buildPartial()
static ListSkuGroupsRequest
ListSkuGroupsRequest. getDefaultInstance()
ListSkuGroupsRequest
ListSkuGroupsRequest.Builder. getDefaultInstanceForType()
ListSkuGroupsRequest
ListSkuGroupsRequest. getDefaultInstanceForType()
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseDelimitedFrom(InputStream input)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(byte[] data)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(InputStream input)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(ByteBuffer data)
static ListSkuGroupsRequest
ListSkuGroupsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ListSkuGroupsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSkuGroupsRequest,ListSkuGroupsResponse>
CloudChannelServiceGrpc. getListSkuGroupsMethod()
com.google.protobuf.Parser<ListSkuGroupsRequest>
ListSkuGroupsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSkuGroupsRequest,ListSkuGroupsResponse>
CloudChannelServiceClient. listSkuGroupsCallable()
Lists the Rebilling supported SKU groups the account is authorized to sell.com.google.api.gax.rpc.UnaryCallable<ListSkuGroupsRequest,CloudChannelServiceClient.ListSkuGroupsPagedResponse>
CloudChannelServiceClient. listSkuGroupsPagedCallable()
Lists the Rebilling supported SKU groups the account is authorized to sell.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSkuGroupsRequest,ListSkuGroupsResponse,CloudChannelServiceClient.ListSkuGroupsPagedResponse>
CloudChannelServiceSettings.Builder. listSkuGroupsSettings()
Returns the builder for the settings used for calls to listSkuGroups.com.google.api.gax.rpc.PagedCallSettings<ListSkuGroupsRequest,ListSkuGroupsResponse,CloudChannelServiceClient.ListSkuGroupsPagedResponse>
CloudChannelServiceSettings. listSkuGroupsSettings()
Returns the object with the settings used for calls to listSkuGroups.static com.google.protobuf.Parser<ListSkuGroupsRequest>
ListSkuGroupsRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ListSkuGroupsRequest Modifier and Type Method Description CloudChannelServiceClient.ListSkuGroupsPagedResponse
CloudChannelServiceClient. listSkuGroups(ListSkuGroupsRequest request)
Lists the Rebilling supported SKU groups the account is authorized to sell.default void
CloudChannelServiceGrpc.AsyncService. listSkuGroups(ListSkuGroupsRequest request, io.grpc.stub.StreamObserver<ListSkuGroupsResponse> responseObserver)
Lists the Rebilling supported SKU groups the account is authorized to sell.ListSkuGroupsResponse
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listSkuGroups(ListSkuGroupsRequest request)
Lists the Rebilling supported SKU groups the account is authorized to sell.com.google.common.util.concurrent.ListenableFuture<ListSkuGroupsResponse>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listSkuGroups(ListSkuGroupsRequest request)
Lists the Rebilling supported SKU groups the account is authorized to sell.void
CloudChannelServiceGrpc.CloudChannelServiceStub. listSkuGroups(ListSkuGroupsRequest request, io.grpc.stub.StreamObserver<ListSkuGroupsResponse> responseObserver)
Lists the Rebilling supported SKU groups the account is authorized to sell.ListSkuGroupsRequest.Builder
ListSkuGroupsRequest.Builder. mergeFrom(ListSkuGroupsRequest other)
static ListSkuGroupsRequest.Builder
ListSkuGroupsRequest. newBuilder(ListSkuGroupsRequest prototype)
Method parameters in com.google.cloud.channel.v1 with type arguments of type ListSkuGroupsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListSkuGroupsPagedResponse>
CloudChannelServiceClient.ListSkuGroupsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSkuGroupsRequest,ListSkuGroupsResponse,SkuGroup> context, com.google.api.core.ApiFuture<ListSkuGroupsResponse> futureResponse)
protected CloudChannelServiceClient.ListSkuGroupsPage
CloudChannelServiceClient.ListSkuGroupsPage. createPage(com.google.api.gax.rpc.PageContext<ListSkuGroupsRequest,ListSkuGroupsResponse,SkuGroup> context, ListSkuGroupsResponse response)
com.google.api.core.ApiFuture<CloudChannelServiceClient.ListSkuGroupsPage>
CloudChannelServiceClient.ListSkuGroupsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSkuGroupsRequest,ListSkuGroupsResponse,SkuGroup> context, com.google.api.core.ApiFuture<ListSkuGroupsResponse> futureResponse)
-
Uses of ListSkuGroupsRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ListSkuGroupsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSkuGroupsRequest,ListSkuGroupsResponse>
CloudChannelServiceStub. listSkuGroupsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkuGroupsRequest,ListSkuGroupsResponse>
GrpcCloudChannelServiceStub. listSkuGroupsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkuGroupsRequest,ListSkuGroupsResponse>
HttpJsonCloudChannelServiceStub. listSkuGroupsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkuGroupsRequest,CloudChannelServiceClient.ListSkuGroupsPagedResponse>
CloudChannelServiceStub. listSkuGroupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkuGroupsRequest,CloudChannelServiceClient.ListSkuGroupsPagedResponse>
GrpcCloudChannelServiceStub. listSkuGroupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkuGroupsRequest,CloudChannelServiceClient.ListSkuGroupsPagedResponse>
HttpJsonCloudChannelServiceStub. listSkuGroupsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSkuGroupsRequest,ListSkuGroupsResponse,CloudChannelServiceClient.ListSkuGroupsPagedResponse>
CloudChannelServiceStubSettings.Builder. listSkuGroupsSettings()
Returns the builder for the settings used for calls to listSkuGroups.com.google.api.gax.rpc.PagedCallSettings<ListSkuGroupsRequest,ListSkuGroupsResponse,CloudChannelServiceClient.ListSkuGroupsPagedResponse>
CloudChannelServiceStubSettings. listSkuGroupsSettings()
Returns the object with the settings used for calls to listSkuGroups.
-