Class ListAuthorizedCertificatesResponse.Builder (2.3.3)

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

Response message for AuthorizedCertificates.ListAuthorizedCertificates.

Protobuf type google.appengine.v1.ListAuthorizedCertificatesResponse

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
TypeDescription
ListAuthorizedCertificatesResponse.Builder

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
TypeDescription
ListAuthorizedCertificatesResponse.Builder

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
TypeDescription
ListAuthorizedCertificatesResponse.Builder

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
TypeDescription
ListAuthorizedCertificatesResponse.Builder

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
TypeDescription
ListAuthorizedCertificatesResponse.Builder

addCertificatesBuilder()

public AuthorizedCertificate.Builder addCertificatesBuilder()

The SSL certificates the user is authorized to administer.

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

Returns
TypeDescription
AuthorizedCertificate.Builder

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
TypeDescription
AuthorizedCertificate.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListAuthorizedCertificatesResponse build()
Returns
TypeDescription
ListAuthorizedCertificatesResponse

buildPartial()

public ListAuthorizedCertificatesResponse buildPartial()
Returns
TypeDescription
ListAuthorizedCertificatesResponse

clear()

public ListAuthorizedCertificatesResponse.Builder clear()
Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder
Overrides

clearCertificates()

public ListAuthorizedCertificatesResponse.Builder clearCertificates()

The SSL certificates the user is authorized to administer.

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

Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListAuthorizedCertificatesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder
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
TypeDescription
ListAuthorizedCertificatesResponse.Builder
Overrides

clone()

public ListAuthorizedCertificatesResponse.Builder clone()
Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder
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
TypeDescription
AuthorizedCertificate.Builder

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

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

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
NameDescription
otherListAuthorizedCertificatesResponse
Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAuthorizedCertificatesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder
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
TypeDescription
ListAuthorizedCertificatesResponse.Builder

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
TypeDescription
ListAuthorizedCertificatesResponse.Builder

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
TypeDescription
ListAuthorizedCertificatesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListAuthorizedCertificatesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListAuthorizedCertificatesResponse.Builder
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
TypeDescription
ListAuthorizedCertificatesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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