Uses of Class
com.google.cloud.channel.v1.ListSkuGroupsResponse
-
Packages that use ListSkuGroupsResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListSkuGroupsResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListSkuGroupsResponse Modifier and Type Method Description ListSkuGroupsResponse
ListSkuGroupsResponse.Builder. build()
ListSkuGroupsResponse
ListSkuGroupsResponse.Builder. buildPartial()
static ListSkuGroupsResponse
ListSkuGroupsResponse. getDefaultInstance()
ListSkuGroupsResponse
ListSkuGroupsResponse.Builder. getDefaultInstanceForType()
ListSkuGroupsResponse
ListSkuGroupsResponse. getDefaultInstanceForType()
ListSkuGroupsResponse
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listSkuGroups(ListSkuGroupsRequest request)
Lists the Rebilling supported SKU groups the account is authorized to sell.static ListSkuGroupsResponse
ListSkuGroupsResponse. parseDelimitedFrom(InputStream input)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(byte[] data)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(InputStream input)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(ByteBuffer data)
static ListSkuGroupsResponse
ListSkuGroupsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ListSkuGroupsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSkuGroupsRequest,ListSkuGroupsResponse>
CloudChannelServiceGrpc. getListSkuGroupsMethod()
com.google.protobuf.Parser<ListSkuGroupsResponse>
ListSkuGroupsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListSkuGroupsResponse>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listSkuGroups(ListSkuGroupsRequest request)
Lists the Rebilling supported SKU groups the account is authorized to sell.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.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<ListSkuGroupsResponse>
ListSkuGroupsResponse. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ListSkuGroupsResponse Modifier and Type Method Description protected CloudChannelServiceClient.ListSkuGroupsPage
CloudChannelServiceClient.ListSkuGroupsPage. createPage(com.google.api.gax.rpc.PageContext<ListSkuGroupsRequest,ListSkuGroupsResponse,SkuGroup> context, ListSkuGroupsResponse response)
ListSkuGroupsResponse.Builder
ListSkuGroupsResponse.Builder. mergeFrom(ListSkuGroupsResponse other)
static ListSkuGroupsResponse.Builder
ListSkuGroupsResponse. newBuilder(ListSkuGroupsResponse prototype)
Method parameters in com.google.cloud.channel.v1 with type arguments of type ListSkuGroupsResponse 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)
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)
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)
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.void
CloudChannelServiceGrpc.CloudChannelServiceStub. listSkuGroups(ListSkuGroupsRequest request, io.grpc.stub.StreamObserver<ListSkuGroupsResponse> responseObserver)
Lists the Rebilling supported SKU groups the account is authorized to sell. -
Uses of ListSkuGroupsResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ListSkuGroupsResponse 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.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.
-