Class SearchCatalogsResponse (0.43.0)

public final class SearchCatalogsResponse extends GeneratedMessageV3 implements SearchCatalogsResponseOrBuilder

Response message for PrivateCatalog.SearchCatalogs.

Protobuf type google.cloud.privatecatalog.v1beta1.SearchCatalogsResponse

Static Fields

CATALOGS_FIELD_NUMBER

public static final int CATALOGS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SearchCatalogsResponse getDefaultInstance()
Returns
TypeDescription
SearchCatalogsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SearchCatalogsResponse.Builder newBuilder()
Returns
TypeDescription
SearchCatalogsResponse.Builder

newBuilder(SearchCatalogsResponse prototype)

public static SearchCatalogsResponse.Builder newBuilder(SearchCatalogsResponse prototype)
Parameter
NameDescription
prototypeSearchCatalogsResponse
Returns
TypeDescription
SearchCatalogsResponse.Builder

parseDelimitedFrom(InputStream input)

public static SearchCatalogsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SearchCatalogsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SearchCatalogsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SearchCatalogsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SearchCatalogsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SearchCatalogsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchCatalogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SearchCatalogsResponse> parser()
Returns
TypeDescription
Parser<SearchCatalogsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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
NameDescription
indexint
Returns
TypeDescription
Catalog

getCatalogsCount()

public int getCatalogsCount()

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Returns
TypeDescription
int

getCatalogsList()

public List<Catalog> getCatalogsList()

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Returns
TypeDescription
List<Catalog>

getCatalogsOrBuilder(int index)

public CatalogOrBuilder getCatalogsOrBuilder(int index)

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CatalogOrBuilder

getCatalogsOrBuilderList()

public List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.privatecatalog.v1beta1.CatalogOrBuilder>

getDefaultInstanceForType()

public SearchCatalogsResponse getDefaultInstanceForType()
Returns
TypeDescription
SearchCatalogsResponse

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<SearchCatalogsResponse> getParserForType()
Returns
TypeDescription
Parser<SearchCatalogsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SearchCatalogsResponse.Builder newBuilderForType()
Returns
TypeDescription
SearchCatalogsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SearchCatalogsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SearchCatalogsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SearchCatalogsResponse.Builder toBuilder()
Returns
TypeDescription
SearchCatalogsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException