public static final class ListAuthorizedCertificatesResponse.Builder extends GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder> implements ListAuthorizedCertificatesResponseOrBuilder
Response message for AuthorizedCertificates.ListAuthorizedCertificates
.
Protobuf type google.appengine.v1.ListAuthorizedCertificatesResponse
Inherited Members
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()
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>
|
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;
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;
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;
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;
addCertificatesBuilder()
public AuthorizedCertificate.Builder addCertificatesBuilder()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAuthorizedCertificatesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListAuthorizedCertificatesResponse build()
buildPartial()
public ListAuthorizedCertificatesResponse buildPartial()
clear()
public ListAuthorizedCertificatesResponse.Builder clear()
Overrides
clearCertificates()
public ListAuthorizedCertificatesResponse.Builder clearCertificates()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
clearField(Descriptors.FieldDescriptor field)
public ListAuthorizedCertificatesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListAuthorizedCertificatesResponse.Builder clearNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAuthorizedCertificatesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListAuthorizedCertificatesResponse.Builder clone()
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 |
---|
Name | Description |
index | int
|
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
|
getCertificatesBuilderList()
public List<AuthorizedCertificate.Builder> getCertificatesBuilderList()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
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;
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
|
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListAuthorizedCertificatesResponse other)
public ListAuthorizedCertificatesResponse.Builder mergeFrom(ListAuthorizedCertificatesResponse other)
public ListAuthorizedCertificatesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListAuthorizedCertificatesResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAuthorizedCertificatesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
---|
Name | Description |
index | int
|
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
public ListAuthorizedCertificatesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAuthorizedCertificatesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAuthorizedCertificatesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides