public static final class SearchCatalogsResponse.Builder extends GeneratedMessageV3.Builder<SearchCatalogsResponse.Builder> implements SearchCatalogsResponseOrBuilder
Response message for PrivateCatalog.SearchCatalogs.
Protobuf type google.cloud.privatecatalog.v1beta1.SearchCatalogsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllCatalogs(Iterable<? extends Catalog> values)
public SearchCatalogsResponse.Builder addAllCatalogs(Iterable<? extends Catalog> values)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.privatecatalog.v1beta1.Catalog>
|
addCatalogs(Catalog value)
public SearchCatalogsResponse.Builder addCatalogs(Catalog value)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter |
| Name |
Description |
value |
Catalog
|
addCatalogs(Catalog.Builder builderForValue)
public SearchCatalogsResponse.Builder addCatalogs(Catalog.Builder builderForValue)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
addCatalogs(int index, Catalog value)
public SearchCatalogsResponse.Builder addCatalogs(int index, Catalog value)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameters |
| Name |
Description |
index |
int
|
value |
Catalog
|
addCatalogs(int index, Catalog.Builder builderForValue)
public SearchCatalogsResponse.Builder addCatalogs(int index, Catalog.Builder builderForValue)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
addCatalogsBuilder()
public Catalog.Builder addCatalogsBuilder()
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
addCatalogsBuilder(int index)
public Catalog.Builder addCatalogsBuilder(int index)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter |
| Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SearchCatalogsResponse build()
buildPartial()
public SearchCatalogsResponse buildPartial()
clear()
public SearchCatalogsResponse.Builder clear()
Overrides
clearCatalogs()
public SearchCatalogsResponse.Builder clearCatalogs()
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
clearField(Descriptors.FieldDescriptor field)
public SearchCatalogsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public SearchCatalogsResponse.Builder clearNextPageToken()
A pagination token returned from a previous call to SearchCatalogs that
indicates from where listing should continue.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchCatalogsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public SearchCatalogsResponse.Builder clone()
Overrides
getCatalogs(int index)
public Catalog getCatalogs(int index)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter |
| Name |
Description |
index |
int
|
getCatalogsBuilder(int index)
public Catalog.Builder getCatalogsBuilder(int index)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter |
| Name |
Description |
index |
int
|
getCatalogsBuilderList()
public List<Catalog.Builder> getCatalogsBuilderList()
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
getCatalogsCount()
public int getCatalogsCount()
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Returns |
| Type |
Description |
int |
|
getCatalogsList()
public List<Catalog> getCatalogsList()
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
getCatalogsOrBuilder(int index)
public CatalogOrBuilder getCatalogsOrBuilder(int index)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter |
| Name |
Description |
index |
int
|
getCatalogsOrBuilderList()
public List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.privatecatalog.v1beta1.CatalogOrBuilder> |
|
getDefaultInstanceForType()
public SearchCatalogsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A pagination token returned from a previous call to SearchCatalogs that
indicates from where listing should continue.
string next_page_token = 2;
| Returns |
| Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A pagination token returned from a previous call to SearchCatalogs that
indicates from where listing should continue.
string next_page_token = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SearchCatalogsResponse other)
public SearchCatalogsResponse.Builder mergeFrom(SearchCatalogsResponse other)
public SearchCatalogsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SearchCatalogsResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeCatalogs(int index)
public SearchCatalogsResponse.Builder removeCatalogs(int index)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter |
| Name |
Description |
index |
int
|
setCatalogs(int index, Catalog value)
public SearchCatalogsResponse.Builder setCatalogs(int index, Catalog value)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameters |
| Name |
Description |
index |
int
|
value |
Catalog
|
setCatalogs(int index, Catalog.Builder builderForValue)
public SearchCatalogsResponse.Builder setCatalogs(int index, Catalog.Builder builderForValue)
The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public SearchCatalogsResponse.Builder setNextPageToken(String value)
A pagination token returned from a previous call to SearchCatalogs that
indicates from where listing should continue.
string next_page_token = 2;
| Parameter |
| Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public SearchCatalogsResponse.Builder setNextPageTokenBytes(ByteString value)
A pagination token returned from a previous call to SearchCatalogs that
indicates from where listing should continue.
string next_page_token = 2;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchCatalogsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides