Class ListAuthorizedCertificatesResponse.Builder (2.10.0)

public static final class ListAuthorizedCertificatesResponse.Builder extends GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder> implements ListAuthorizedCertificatesResponseOrBuilder

Response message for AuthorizedCertificates.ListAuthorizedCertificates.

Protobuf type google.appengine.v1.ListAuthorizedCertificatesResponse

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

Methods

addAllCertificates(Iterable<? extends AuthorizedCertificate> values)

public ListAuthorizedCertificatesResponse.Builder addAllCertificates(Iterable<? extends AuthorizedCertificate> values)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.appengine.v1.AuthorizedCertificate>
Returns

addCertificates(AuthorizedCertificate value)

public ListAuthorizedCertificatesResponse.Builder addCertificates(AuthorizedCertificate value)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
valueAuthorizedCertificate
Returns

addCertificates(AuthorizedCertificate.Builder builderForValue)

public ListAuthorizedCertificatesResponse.Builder addCertificates(AuthorizedCertificate.Builder builderForValue)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
builderForValueAuthorizedCertificate.Builder
Returns

addCertificates(int index, AuthorizedCertificate value)

public ListAuthorizedCertificatesResponse.Builder addCertificates(int index, AuthorizedCertificate value)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameters
NameDescription
indexint
valueAuthorizedCertificate
Returns

addCertificates(int index, AuthorizedCertificate.Builder builderForValue)

public ListAuthorizedCertificatesResponse.Builder addCertificates(int index, AuthorizedCertificate.Builder builderForValue)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameters
NameDescription
indexint
builderForValueAuthorizedCertificate.Builder
Returns

addCertificatesBuilder()

public AuthorizedCertificate.Builder addCertificatesBuilder()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns

addCertificatesBuilder(int index)

public AuthorizedCertificate.Builder addCertificatesBuilder(int index)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
indexint
Returns

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListAuthorizedCertificatesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public ListAuthorizedCertificatesResponse build()
Returns

buildPartial()

public ListAuthorizedCertificatesResponse buildPartial()
Returns

clear()

public ListAuthorizedCertificatesResponse.Builder clear()
Returns Overrides

clearCertificates()

public ListAuthorizedCertificatesResponse.Builder clearCertificates()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns

clearField(Descriptors.FieldDescriptor field)

public ListAuthorizedCertificatesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearNextPageToken()

public ListAuthorizedCertificatesResponse.Builder clearNextPageToken()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAuthorizedCertificatesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clone()

public ListAuthorizedCertificatesResponse.Builder clone()
Returns Overrides

getCertificates(int index)

public AuthorizedCertificate getCertificates(int index)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AuthorizedCertificate

getCertificatesBuilder(int index)

public AuthorizedCertificate.Builder getCertificatesBuilder(int index)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
indexint
Returns

getCertificatesBuilderList()

public List<AuthorizedCertificate.Builder> getCertificatesBuilderList()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns
TypeDescription
List<Builder>

getCertificatesCount()

public int getCertificatesCount()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns
TypeDescription
int

getCertificatesList()

public List<AuthorizedCertificate> getCertificatesList()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns
TypeDescription
List<AuthorizedCertificate>

getCertificatesOrBuilder(int index)

public AuthorizedCertificateOrBuilder getCertificatesOrBuilder(int index)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
indexint
Returns

getCertificatesOrBuilderList()

public List<? extends AuthorizedCertificateOrBuilder> getCertificatesOrBuilderList()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns
TypeDescription
List<? extends com.google.appengine.v1.AuthorizedCertificateOrBuilder>

getDefaultInstanceForType()

public ListAuthorizedCertificatesResponse getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNextPageToken()

public String getNextPageToken()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListAuthorizedCertificatesResponse other)

public ListAuthorizedCertificatesResponse.Builder mergeFrom(ListAuthorizedCertificatesResponse other)
Parameter Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAuthorizedCertificatesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListAuthorizedCertificatesResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAuthorizedCertificatesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

removeCertificates(int index)

public ListAuthorizedCertificatesResponse.Builder removeCertificates(int index)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
indexint
Returns

setCertificates(int index, AuthorizedCertificate value)

public ListAuthorizedCertificatesResponse.Builder setCertificates(int index, AuthorizedCertificate value)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameters
NameDescription
indexint
valueAuthorizedCertificate
Returns

setCertificates(int index, AuthorizedCertificate.Builder builderForValue)

public ListAuthorizedCertificatesResponse.Builder setCertificates(int index, AuthorizedCertificate.Builder builderForValue)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameters
NameDescription
indexint
builderForValueAuthorizedCertificate.Builder
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public ListAuthorizedCertificatesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setNextPageToken(String value)

public ListAuthorizedCertificatesResponse.Builder setNextPageToken(String value)

Continuation token for fetching the next page of results.

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListAuthorizedCertificatesResponse.Builder setNextPageTokenBytes(ByteString value)

Continuation token for fetching the next page of results.

string next_page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListAuthorizedCertificatesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListAuthorizedCertificatesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides