Uses of Class
com.google.cloud.privatecatalog.v1beta1.Catalog
-
Packages that use Catalog Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog API -
-
Uses of Catalog in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 that return Catalog Modifier and Type Method Description Catalog
Catalog.Builder. build()
Catalog
Catalog.Builder. buildPartial()
Catalog
SearchCatalogsResponse.Builder. getCatalogs(int index)
The `Catalog`s computed from the resource context.Catalog
SearchCatalogsResponse. getCatalogs(int index)
The `Catalog`s computed from the resource context.Catalog
SearchCatalogsResponseOrBuilder. getCatalogs(int index)
The `Catalog`s computed from the resource context.static Catalog
Catalog. getDefaultInstance()
Catalog
Catalog.Builder. getDefaultInstanceForType()
Catalog
Catalog. getDefaultInstanceForType()
static Catalog
Catalog. parseDelimitedFrom(InputStream input)
static Catalog
Catalog. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(byte[] data)
static Catalog
Catalog. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(com.google.protobuf.ByteString data)
static Catalog
Catalog. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(com.google.protobuf.CodedInputStream input)
static Catalog
Catalog. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(InputStream input)
static Catalog
Catalog. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(ByteBuffer data)
static Catalog
Catalog. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.privatecatalog.v1beta1 that return types with arguments of type Catalog Modifier and Type Method Description List<Catalog>
SearchCatalogsResponse.Builder. getCatalogsList()
The `Catalog`s computed from the resource context.List<Catalog>
SearchCatalogsResponse. getCatalogsList()
The `Catalog`s computed from the resource context.List<Catalog>
SearchCatalogsResponseOrBuilder. getCatalogsList()
The `Catalog`s computed from the resource context.com.google.protobuf.Parser<Catalog>
Catalog. getParserForType()
static com.google.protobuf.Parser<Catalog>
Catalog. parser()
Methods in com.google.cloud.privatecatalog.v1beta1 with parameters of type Catalog Modifier and Type Method Description SearchCatalogsResponse.Builder
SearchCatalogsResponse.Builder. addCatalogs(int index, Catalog value)
The `Catalog`s computed from the resource context.SearchCatalogsResponse.Builder
SearchCatalogsResponse.Builder. addCatalogs(Catalog value)
The `Catalog`s computed from the resource context.Catalog.Builder
Catalog.Builder. mergeFrom(Catalog other)
static Catalog.Builder
Catalog. newBuilder(Catalog prototype)
SearchCatalogsResponse.Builder
SearchCatalogsResponse.Builder. setCatalogs(int index, Catalog value)
The `Catalog`s computed from the resource context.Method parameters in com.google.cloud.privatecatalog.v1beta1 with type arguments of type Catalog Modifier and Type Method Description SearchCatalogsResponse.Builder
SearchCatalogsResponse.Builder. addAllCatalogs(Iterable<? extends Catalog> values)
The `Catalog`s computed from the resource context.static com.google.api.core.ApiFuture<PrivateCatalogClient.SearchCatalogsPagedResponse>
PrivateCatalogClient.SearchCatalogsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<SearchCatalogsResponse> futureResponse)
protected PrivateCatalogClient.SearchCatalogsPage
PrivateCatalogClient.SearchCatalogsPage. createPage(com.google.api.gax.rpc.PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, SearchCatalogsResponse response)
com.google.api.core.ApiFuture<PrivateCatalogClient.SearchCatalogsPage>
PrivateCatalogClient.SearchCatalogsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<SearchCatalogsResponse> futureResponse)
-