public static final class ListAuthorizedCertificatesResponse.Builder extends GeneratedMessage.Builder<ListAuthorizedCertificatesResponse.Builder> implements ListAuthorizedCertificatesResponseOrBuilder Response message for AuthorizedCertificates.ListAuthorizedCertificates.
Protobuf type google.appengine.v1.ListAuthorizedCertificatesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListAuthorizedCertificatesResponse.BuilderImplements
ListAuthorizedCertificatesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.appengine.v1.AuthorizedCertificate> |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
AuthorizedCertificate |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
AuthorizedCertificate.Builder |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
value |
AuthorizedCertificate |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AuthorizedCertificate.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
|
addCertificatesBuilder()
public AuthorizedCertificate.Builder addCertificatesBuilder()The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate.Builder |
|
build()
public ListAuthorizedCertificatesResponse build()| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse |
|
buildPartial()
public ListAuthorizedCertificatesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse |
|
clear()
public ListAuthorizedCertificatesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
|
clearCertificates()
public ListAuthorizedCertificatesResponse.Builder clearCertificates()The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
|
clearNextPageToken()
public ListAuthorizedCertificatesResponse.Builder clearNextPageToken()Continuation token for fetching the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
This builder for chaining. |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<Builder> |
|
getCertificatesCount()
public int getCertificatesCount()The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCertificatesList()
public List<AuthorizedCertificate> getCertificatesList()The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificateOrBuilder |
|
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 | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListAuthorizedCertificatesResponse other)
public ListAuthorizedCertificatesResponse.Builder mergeFrom(ListAuthorizedCertificatesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAuthorizedCertificatesResponse |
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListAuthorizedCertificatesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListAuthorizedCertificatesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
|
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
value |
AuthorizedCertificate |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AuthorizedCertificate.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
|
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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedCertificatesResponse.Builder |
This builder for chaining. |