Class ListContentResponse (1.39.0)

public final class ListContentResponse extends GeneratedMessageV3 implements ListContentResponseOrBuilder

List content response.

Protobuf type google.cloud.dataplex.v1.ListContentResponse

Static Fields

CONTENT_FIELD_NUMBER

public static final int CONTENT_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 ListContentResponse getDefaultInstance()
Returns
TypeDescription
ListContentResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListContentResponse prototype)

public static ListContentResponse.Builder newBuilder(ListContentResponse prototype)
Parameter
NameDescription
prototypeListContentResponse
Returns
TypeDescription
ListContentResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getContent(int index)

public Content getContent(int index)

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Content

getContentCount()

public int getContentCount()

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Returns
TypeDescription
int

getContentList()

public List<Content> getContentList()

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Returns
TypeDescription
List<Content>

getContentOrBuilder(int index)

public ContentOrBuilder getContentOrBuilder(int index)

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ContentOrBuilder

getContentOrBuilderList()

public List<? extends ContentOrBuilder> getContentOrBuilderList()

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dataplex.v1.ContentOrBuilder>

getDefaultInstanceForType()

public ListContentResponse getDefaultInstanceForType()
Returns
TypeDescription
ListContentResponse

getNextPageToken()

public String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListContentResponse> getParserForType()
Returns
TypeDescription
Parser<ListContentResponse>
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 ListContentResponse.Builder newBuilderForType()
Returns
TypeDescription
ListContentResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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