Package com.google.appengine.v1
Class ListAuthorizedCertificatesResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
- com.google.appengine.v1.ListAuthorizedCertificatesResponse.Builder
-
- All Implemented Interfaces:
ListAuthorizedCertificatesResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListAuthorizedCertificatesResponse
public static final class ListAuthorizedCertificatesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder> implements ListAuthorizedCertificatesResponseOrBuilder
Response message for `AuthorizedCertificates.ListAuthorizedCertificates`.
Protobuf typegoogle.appengine.v1.ListAuthorizedCertificatesResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAuthorizedCertificatesResponse.Builder
addAllCertificates(Iterable<? extends AuthorizedCertificate> values)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
addCertificates(int index, AuthorizedCertificate value)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
addCertificates(int index, AuthorizedCertificate.Builder builderForValue)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
addCertificates(AuthorizedCertificate value)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
addCertificates(AuthorizedCertificate.Builder builderForValue)
The SSL certificates the user is authorized to administer.AuthorizedCertificate.Builder
addCertificatesBuilder()
The SSL certificates the user is authorized to administer.AuthorizedCertificate.Builder
addCertificatesBuilder(int index)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListAuthorizedCertificatesResponse
build()
ListAuthorizedCertificatesResponse
buildPartial()
ListAuthorizedCertificatesResponse.Builder
clear()
ListAuthorizedCertificatesResponse.Builder
clearCertificates()
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListAuthorizedCertificatesResponse.Builder
clearNextPageToken()
Continuation token for fetching the next page of results.ListAuthorizedCertificatesResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListAuthorizedCertificatesResponse.Builder
clone()
AuthorizedCertificate
getCertificates(int index)
The SSL certificates the user is authorized to administer.AuthorizedCertificate.Builder
getCertificatesBuilder(int index)
The SSL certificates the user is authorized to administer.List<AuthorizedCertificate.Builder>
getCertificatesBuilderList()
The SSL certificates the user is authorized to administer.int
getCertificatesCount()
The SSL certificates the user is authorized to administer.List<AuthorizedCertificate>
getCertificatesList()
The SSL certificates the user is authorized to administer.AuthorizedCertificateOrBuilder
getCertificatesOrBuilder(int index)
The SSL certificates the user is authorized to administer.List<? extends AuthorizedCertificateOrBuilder>
getCertificatesOrBuilderList()
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
Continuation token for fetching the next page of results.com.google.protobuf.ByteString
getNextPageTokenBytes()
Continuation token for fetching the next page of results.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListAuthorizedCertificatesResponse.Builder
mergeFrom(ListAuthorizedCertificatesResponse other)
ListAuthorizedCertificatesResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListAuthorizedCertificatesResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListAuthorizedCertificatesResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListAuthorizedCertificatesResponse.Builder
removeCertificates(int index)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
setCertificates(int index, AuthorizedCertificate value)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
setCertificates(int index, AuthorizedCertificate.Builder builderForValue)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListAuthorizedCertificatesResponse.Builder
setNextPageToken(String value)
Continuation token for fetching the next page of results.ListAuthorizedCertificatesResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Continuation token for fetching the next page of results.ListAuthorizedCertificatesResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListAuthorizedCertificatesResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
clear
public ListAuthorizedCertificatesResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
getDefaultInstanceForType
public ListAuthorizedCertificatesResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListAuthorizedCertificatesResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListAuthorizedCertificatesResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListAuthorizedCertificatesResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
setField
public ListAuthorizedCertificatesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
clearField
public ListAuthorizedCertificatesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
clearOneof
public ListAuthorizedCertificatesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
setRepeatedField
public ListAuthorizedCertificatesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
addRepeatedField
public ListAuthorizedCertificatesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
mergeFrom
public ListAuthorizedCertificatesResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListAuthorizedCertificatesResponse.Builder>
-
mergeFrom
public ListAuthorizedCertificatesResponse.Builder mergeFrom(ListAuthorizedCertificatesResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
mergeFrom
public ListAuthorizedCertificatesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListAuthorizedCertificatesResponse.Builder>
- Throws:
IOException
-
getCertificatesList
public List<AuthorizedCertificate> getCertificatesList()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
- Specified by:
getCertificatesList
in interfaceListAuthorizedCertificatesResponseOrBuilder
-
getCertificatesCount
public int getCertificatesCount()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
- Specified by:
getCertificatesCount
in interfaceListAuthorizedCertificatesResponseOrBuilder
-
getCertificates
public AuthorizedCertificate getCertificates(int index)
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
- Specified by:
getCertificates
in interfaceListAuthorizedCertificatesResponseOrBuilder
-
setCertificates
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
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;
-
addCertificates
public ListAuthorizedCertificatesResponse.Builder addCertificates(AuthorizedCertificate value)
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
addCertificates
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
public ListAuthorizedCertificatesResponse.Builder addCertificates(AuthorizedCertificate.Builder builderForValue)
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
addCertificates
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;
-
addAllCertificates
public ListAuthorizedCertificatesResponse.Builder addAllCertificates(Iterable<? extends AuthorizedCertificate> values)
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
clearCertificates
public ListAuthorizedCertificatesResponse.Builder clearCertificates()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
removeCertificates
public ListAuthorizedCertificatesResponse.Builder removeCertificates(int index)
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
getCertificatesBuilder
public AuthorizedCertificate.Builder getCertificatesBuilder(int index)
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
getCertificatesOrBuilder
public AuthorizedCertificateOrBuilder getCertificatesOrBuilder(int index)
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
- Specified by:
getCertificatesOrBuilder
in interfaceListAuthorizedCertificatesResponseOrBuilder
-
getCertificatesOrBuilderList
public List<? extends AuthorizedCertificateOrBuilder> getCertificatesOrBuilderList()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
- Specified by:
getCertificatesOrBuilderList
in interfaceListAuthorizedCertificatesResponseOrBuilder
-
addCertificatesBuilder
public AuthorizedCertificate.Builder addCertificatesBuilder()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
addCertificatesBuilder
public AuthorizedCertificate.Builder addCertificatesBuilder(int index)
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
getCertificatesBuilderList
public List<AuthorizedCertificate.Builder> getCertificatesBuilderList()
The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
-
getNextPageToken
public String getNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListAuthorizedCertificatesResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
Continuation token for fetching the next page of results.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListAuthorizedCertificatesResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListAuthorizedCertificatesResponse.Builder setNextPageToken(String value)
Continuation token for fetching the next page of results.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListAuthorizedCertificatesResponse.Builder clearNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListAuthorizedCertificatesResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
Continuation token for fetching the next page of results.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListAuthorizedCertificatesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
mergeUnknownFields
public final ListAuthorizedCertificatesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesResponse.Builder>
-
-