Class ListTrustConfigsResponse (0.44.0)

public final class ListTrustConfigsResponse extends GeneratedMessageV3 implements ListTrustConfigsResponseOrBuilder

Response for the ListTrustConfigs method.

Protobuf type google.cloud.certificatemanager.v1.ListTrustConfigsResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

TRUST_CONFIGS_FIELD_NUMBER

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

getDescriptor()

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

newBuilder()

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

newBuilder(ListTrustConfigsResponse prototype)

public static ListTrustConfigsResponse.Builder newBuilder(ListTrustConfigsResponse prototype)
Parameter
NameDescription
prototypeListTrustConfigsResponse
Returns
TypeDescription
ListTrustConfigsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListTrustConfigsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListTrustConfigsResponse

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<ListTrustConfigsResponse> getParserForType()
Returns
TypeDescription
Parser<ListTrustConfigsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTrustConfigs(int index)

public TrustConfig getTrustConfigs(int index)

A list of TrustConfigs for the parent resource.

repeated .google.cloud.certificatemanager.v1.TrustConfig trust_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrustConfig

getTrustConfigsCount()

public int getTrustConfigsCount()

A list of TrustConfigs for the parent resource.

repeated .google.cloud.certificatemanager.v1.TrustConfig trust_configs = 1;

Returns
TypeDescription
int

getTrustConfigsList()

public List<TrustConfig> getTrustConfigsList()

A list of TrustConfigs for the parent resource.

repeated .google.cloud.certificatemanager.v1.TrustConfig trust_configs = 1;

Returns
TypeDescription
List<TrustConfig>

getTrustConfigsOrBuilder(int index)

public TrustConfigOrBuilder getTrustConfigsOrBuilder(int index)

A list of TrustConfigs for the parent resource.

repeated .google.cloud.certificatemanager.v1.TrustConfig trust_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrustConfigOrBuilder

getTrustConfigsOrBuilderList()

public List<? extends TrustConfigOrBuilder> getTrustConfigsOrBuilderList()

A list of TrustConfigs for the parent resource.

repeated .google.cloud.certificatemanager.v1.TrustConfig trust_configs = 1;

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

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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