Uses of Class
com.google.cloud.channel.v1.SkuGroup
-
Packages that use SkuGroup Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of SkuGroup in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return SkuGroup Modifier and Type Method Description SkuGroup
SkuGroup.Builder. build()
SkuGroup
SkuGroup.Builder. buildPartial()
static SkuGroup
SkuGroup. getDefaultInstance()
SkuGroup
SkuGroup.Builder. getDefaultInstanceForType()
SkuGroup
SkuGroup. getDefaultInstanceForType()
SkuGroup
ListSkuGroupsResponse.Builder. getSkuGroups(int index)
The list of SKU groups requested.SkuGroup
ListSkuGroupsResponse. getSkuGroups(int index)
The list of SKU groups requested.SkuGroup
ListSkuGroupsResponseOrBuilder. getSkuGroups(int index)
The list of SKU groups requested.static SkuGroup
SkuGroup. parseDelimitedFrom(InputStream input)
static SkuGroup
SkuGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuGroup
SkuGroup. parseFrom(byte[] data)
static SkuGroup
SkuGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuGroup
SkuGroup. parseFrom(com.google.protobuf.ByteString data)
static SkuGroup
SkuGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuGroup
SkuGroup. parseFrom(com.google.protobuf.CodedInputStream input)
static SkuGroup
SkuGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuGroup
SkuGroup. parseFrom(InputStream input)
static SkuGroup
SkuGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkuGroup
SkuGroup. parseFrom(ByteBuffer data)
static SkuGroup
SkuGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type SkuGroup Modifier and Type Method Description com.google.protobuf.Parser<SkuGroup>
SkuGroup. getParserForType()
List<SkuGroup>
ListSkuGroupsResponse.Builder. getSkuGroupsList()
The list of SKU groups requested.List<SkuGroup>
ListSkuGroupsResponse. getSkuGroupsList()
The list of SKU groups requested.List<SkuGroup>
ListSkuGroupsResponseOrBuilder. getSkuGroupsList()
The list of SKU groups requested.static com.google.protobuf.Parser<SkuGroup>
SkuGroup. parser()
Methods in com.google.cloud.channel.v1 with parameters of type SkuGroup Modifier and Type Method Description ListSkuGroupsResponse.Builder
ListSkuGroupsResponse.Builder. addSkuGroups(int index, SkuGroup value)
The list of SKU groups requested.ListSkuGroupsResponse.Builder
ListSkuGroupsResponse.Builder. addSkuGroups(SkuGroup value)
The list of SKU groups requested.SkuGroup.Builder
SkuGroup.Builder. mergeFrom(SkuGroup other)
static SkuGroup.Builder
SkuGroup. newBuilder(SkuGroup prototype)
ListSkuGroupsResponse.Builder
ListSkuGroupsResponse.Builder. setSkuGroups(int index, SkuGroup value)
The list of SKU groups requested.Method parameters in com.google.cloud.channel.v1 with type arguments of type SkuGroup Modifier and Type Method Description ListSkuGroupsResponse.Builder
ListSkuGroupsResponse.Builder. addAllSkuGroups(Iterable<? extends SkuGroup> values)
The list of SKU groups requested.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)
-