Class ListCertificateMapEntriesResponse (0.16.0)

public final class ListCertificateMapEntriesResponse extends GeneratedMessageV3 implements ListCertificateMapEntriesResponseOrBuilder

Response for the ListCertificateMapEntries method.

Protobuf type google.cloud.certificatemanager.v1.ListCertificateMapEntriesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListCertificateMapEntriesResponse

Static Fields

CERTIFICATE_MAP_ENTRIES_FIELD_NUMBER

public static final int CERTIFICATE_MAP_ENTRIES_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

UNREACHABLE_FIELD_NUMBER

public static final int UNREACHABLE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListCertificateMapEntriesResponse getDefaultInstance()
Returns
TypeDescription
ListCertificateMapEntriesResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListCertificateMapEntriesResponse prototype)

public static ListCertificateMapEntriesResponse.Builder newBuilder(ListCertificateMapEntriesResponse prototype)
Parameter
NameDescription
prototypeListCertificateMapEntriesResponse
Returns
TypeDescription
ListCertificateMapEntriesResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCertificateMapEntries(int index)

public CertificateMapEntry getCertificateMapEntries(int index)

A list of certificate map entries for the parent resource.

repeated .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entries = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CertificateMapEntry

getCertificateMapEntriesCount()

public int getCertificateMapEntriesCount()

A list of certificate map entries for the parent resource.

repeated .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entries = 1;

Returns
TypeDescription
int

getCertificateMapEntriesList()

public List<CertificateMapEntry> getCertificateMapEntriesList()

A list of certificate map entries for the parent resource.

repeated .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entries = 1;

Returns
TypeDescription
List<CertificateMapEntry>

getCertificateMapEntriesOrBuilder(int index)

public CertificateMapEntryOrBuilder getCertificateMapEntriesOrBuilder(int index)

A list of certificate map entries for the parent resource.

repeated .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entries = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CertificateMapEntryOrBuilder

getCertificateMapEntriesOrBuilderList()

public List<? extends CertificateMapEntryOrBuilder> getCertificateMapEntriesOrBuilderList()

A list of certificate map entries for the parent resource.

repeated .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entries = 1;

Returns
TypeDescription
List<? extends com.google.cloud.certificatemanager.v1.CertificateMapEntryOrBuilder>

getDefaultInstanceForType()

public ListCertificateMapEntriesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListCertificateMapEntriesResponse

getNextPageToken()

public String getNextPageToken()

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

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 ListCertificateMapEntriesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListCertificateMapEntriesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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