Uses of Class
com.google.cloud.channel.v1.CloudChannelServiceClient.ListSkuGroupsPagedResponse
-
Packages that use CloudChannelServiceClient.ListSkuGroupsPagedResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of CloudChannelServiceClient.ListSkuGroupsPagedResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelServiceClient.ListSkuGroupsPagedResponse Modifier and Type Method Description CloudChannelServiceClient.ListSkuGroupsPagedResponse
CloudChannelServiceClient. listSkuGroups(ListSkuGroupsRequest request)
Lists the Rebilling supported SKU groups the account is authorized to sell.CloudChannelServiceClient.ListSkuGroupsPagedResponse
CloudChannelServiceClient. listSkuGroups(String parent)
Lists the Rebilling supported SKU groups the account is authorized to sell.Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelServiceClient.ListSkuGroupsPagedResponse 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)
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. -
Uses of CloudChannelServiceClient.ListSkuGroupsPagedResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type CloudChannelServiceClient.ListSkuGroupsPagedResponse Modifier and Type Method Description 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.
-