Uses of Class
com.google.cloud.retail.v2alpha.ListControlsResponse
-
Packages that use ListControlsResponse Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of ListControlsResponse in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return ListControlsResponse Modifier and Type Method Description ListControlsResponseListControlsResponse.Builder. build()ListControlsResponseListControlsResponse.Builder. buildPartial()static ListControlsResponseListControlsResponse. getDefaultInstance()ListControlsResponseListControlsResponse.Builder. getDefaultInstanceForType()ListControlsResponseListControlsResponse. getDefaultInstanceForType()ListControlsResponseControlServiceGrpc.ControlServiceBlockingStub. listControls(ListControlsRequest request)Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.Catalog].static ListControlsResponseListControlsResponse. parseDelimitedFrom(InputStream input)static ListControlsResponseListControlsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsResponseListControlsResponse. parseFrom(byte[] data)static ListControlsResponseListControlsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsResponseListControlsResponse. parseFrom(com.google.protobuf.ByteString data)static ListControlsResponseListControlsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsResponseListControlsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListControlsResponseListControlsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsResponseListControlsResponse. parseFrom(InputStream input)static ListControlsResponseListControlsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsResponseListControlsResponse. parseFrom(ByteBuffer data)static ListControlsResponseListControlsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha that return types with arguments of type ListControlsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListControlsRequest,ListControlsResponse>ControlServiceGrpc. getListControlsMethod()com.google.protobuf.Parser<ListControlsResponse>ListControlsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListControlsResponse>ControlServiceGrpc.ControlServiceFutureStub. listControls(ListControlsRequest request)Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.Catalog].com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ListControlsResponse>ControlServiceClient. listControlsCallable()Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.Catalog].com.google.api.gax.rpc.PagedCallSettings.Builder<ListControlsRequest,ListControlsResponse,ControlServiceClient.ListControlsPagedResponse>ControlServiceSettings.Builder. listControlsSettings()Returns the builder for the settings used for calls to listControls.com.google.api.gax.rpc.PagedCallSettings<ListControlsRequest,ListControlsResponse,ControlServiceClient.ListControlsPagedResponse>ControlServiceSettings. listControlsSettings()Returns the object with the settings used for calls to listControls.static com.google.protobuf.Parser<ListControlsResponse>ListControlsResponse. parser()Methods in com.google.cloud.retail.v2alpha with parameters of type ListControlsResponse Modifier and Type Method Description protected ControlServiceClient.ListControlsPageControlServiceClient.ListControlsPage. createPage(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, ListControlsResponse response)ListControlsResponse.BuilderListControlsResponse.Builder. mergeFrom(ListControlsResponse other)static ListControlsResponse.BuilderListControlsResponse. newBuilder(ListControlsResponse prototype)Method parameters in com.google.cloud.retail.v2alpha with type arguments of type ListControlsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ControlServiceClient.ListControlsPagedResponse>ControlServiceClient.ListControlsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, com.google.api.core.ApiFuture<ListControlsResponse> futureResponse)static com.google.api.core.ApiFuture<ControlServiceClient.ListControlsPagedResponse>ControlServiceClient.ListControlsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, com.google.api.core.ApiFuture<ListControlsResponse> futureResponse)protected ControlServiceClient.ListControlsPageControlServiceClient.ListControlsPage. createPage(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, ListControlsResponse response)com.google.api.core.ApiFuture<ControlServiceClient.ListControlsPage>ControlServiceClient.ListControlsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, com.google.api.core.ApiFuture<ListControlsResponse> futureResponse)com.google.api.core.ApiFuture<ControlServiceClient.ListControlsPage>ControlServiceClient.ListControlsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, com.google.api.core.ApiFuture<ListControlsResponse> futureResponse)default voidControlServiceGrpc.AsyncService. listControls(ListControlsRequest request, io.grpc.stub.StreamObserver<ListControlsResponse> responseObserver)Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.Catalog].voidControlServiceGrpc.ControlServiceStub. listControls(ListControlsRequest request, io.grpc.stub.StreamObserver<ListControlsResponse> responseObserver)Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.Catalog]. -
Uses of ListControlsResponse in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type ListControlsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ListControlsResponse>ControlServiceStub. listControlsCallable()com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ListControlsResponse>GrpcControlServiceStub. listControlsCallable()com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ListControlsResponse>HttpJsonControlServiceStub. listControlsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListControlsRequest,ListControlsResponse,ControlServiceClient.ListControlsPagedResponse>ControlServiceStubSettings.Builder. listControlsSettings()Returns the builder for the settings used for calls to listControls.com.google.api.gax.rpc.PagedCallSettings<ListControlsRequest,ListControlsResponse,ControlServiceClient.ListControlsPagedResponse>ControlServiceStubSettings. listControlsSettings()Returns the object with the settings used for calls to listControls.
-