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.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()
Returns
Methods
addAllCatalogs(Iterable<? extends Catalog> values)
public SearchCatalogsResponse.Builder addAllCatalogs(Iterable<? extends Catalog> values)
The Catalog
s 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>
|
Returns
addCatalogs(Catalog value)
public SearchCatalogsResponse.Builder addCatalogs(Catalog value)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameter
Returns
addCatalogs(Catalog.Builder builderForValue)
public SearchCatalogsResponse.Builder addCatalogs(Catalog.Builder builderForValue)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameter
Returns
addCatalogs(int index, Catalog value)
public SearchCatalogsResponse.Builder addCatalogs(int index, Catalog value)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameters
Returns
addCatalogs(int index, Catalog.Builder builderForValue)
public SearchCatalogsResponse.Builder addCatalogs(int index, Catalog.Builder builderForValue)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameters
Returns
addCatalogsBuilder()
public Catalog.Builder addCatalogsBuilder()
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Returns
addCatalogsBuilder(int index)
public Catalog.Builder addCatalogsBuilder(int index)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public SearchCatalogsResponse build()
Returns
buildPartial()
public SearchCatalogsResponse buildPartial()
Returns
clear()
public SearchCatalogsResponse.Builder clear()
Returns
Overrides
clearCatalogs()
public SearchCatalogsResponse.Builder clearCatalogs()
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public SearchCatalogsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
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;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchCatalogsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public SearchCatalogsResponse.Builder clone()
Returns
Overrides
getCatalogs(int index)
public Catalog getCatalogs(int index)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameter
Returns
getCatalogsBuilder(int index)
public Catalog.Builder getCatalogsBuilder(int index)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameter
Returns
getCatalogsBuilderList()
public List<Catalog.Builder> getCatalogsBuilderList()
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Returns
getCatalogsCount()
public int getCatalogsCount()
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Returns
getCatalogsList()
public List<Catalog> getCatalogsList()
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Returns
getCatalogsOrBuilder(int index)
public CatalogOrBuilder getCatalogsOrBuilder(int index)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameter
Returns
getCatalogsOrBuilderList()
public List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()
The Catalog
s 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()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(SearchCatalogsResponse other)
public SearchCatalogsResponse.Builder mergeFrom(SearchCatalogsResponse other)
Parameter
Returns
public SearchCatalogsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public SearchCatalogsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeCatalogs(int index)
public SearchCatalogsResponse.Builder removeCatalogs(int index)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameter
Returns
setCatalogs(int index, Catalog value)
public SearchCatalogsResponse.Builder setCatalogs(int index, Catalog value)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameters
Returns
setCatalogs(int index, Catalog.Builder builderForValue)
public SearchCatalogsResponse.Builder setCatalogs(int index, Catalog.Builder builderForValue)
The Catalog
s computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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.
|
Returns
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.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchCatalogsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides