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
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
Name | Description |
values | Iterable<? 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
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
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
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
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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAuthorizedCertificatesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
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
Returns
Overrides
clearNextPageToken()
public ListAuthorizedCertificatesResponse.Builder clearNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAuthorizedCertificatesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
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
Returns
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
Returns
getCertificatesBuilderList()
public List<AuthorizedCertificate.Builder> getCertificatesBuilderList()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
Returns
getCertificatesCount()
public int getCertificatesCount()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
Returns
getCertificatesList()
public List<AuthorizedCertificate> getCertificatesList()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
Returns
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
Returns
getCertificatesOrBuilderList()
public List<? extends AuthorizedCertificateOrBuilder> getCertificatesOrBuilderList()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
Returns
Type | Description |
List<? extends com.google.appengine.v1.AuthorizedCertificateOrBuilder> | |
getDefaultInstanceForType()
public ListAuthorizedCertificatesResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getNextPageToken()
public String getNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Continuation token for fetching the next page of results.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListAuthorizedCertificatesResponse other)
public ListAuthorizedCertificatesResponse.Builder mergeFrom(ListAuthorizedCertificatesResponse other)
Parameter
Returns
public ListAuthorizedCertificatesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListAuthorizedCertificatesResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAuthorizedCertificatesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
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
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
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListAuthorizedCertificatesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
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
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListAuthorizedCertificatesResponse.Builder setNextPageTokenBytes(ByteString value)
Continuation token for fetching the next page of results.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAuthorizedCertificatesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAuthorizedCertificatesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides