- 2.85.0 (latest)
- 2.83.0
- 2.82.0
- 2.81.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
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. |