Package com.google.appengine.v1
Class ListAuthorizedCertificatesRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesRequest.Builder>
-
- com.google.appengine.v1.ListAuthorizedCertificatesRequest.Builder
-
- All Implemented Interfaces:
ListAuthorizedCertificatesRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListAuthorizedCertificatesRequest
public static final class ListAuthorizedCertificatesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesRequest.Builder> implements ListAuthorizedCertificatesRequestOrBuilder
Request message for `AuthorizedCertificates.ListAuthorizedCertificates`.
Protobuf typegoogle.appengine.v1.ListAuthorizedCertificatesRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAuthorizedCertificatesRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListAuthorizedCertificatesRequest
build()
ListAuthorizedCertificatesRequest
buildPartial()
ListAuthorizedCertificatesRequest.Builder
clear()
ListAuthorizedCertificatesRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListAuthorizedCertificatesRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListAuthorizedCertificatesRequest.Builder
clearPageSize()
Maximum results to return per page.ListAuthorizedCertificatesRequest.Builder
clearPageToken()
Continuation token for fetching the next page of results.ListAuthorizedCertificatesRequest.Builder
clearParent()
Name of the parent `Application` resource.ListAuthorizedCertificatesRequest.Builder
clearView()
Controls the set of fields returned in the `LIST` response.ListAuthorizedCertificatesRequest.Builder
clone()
ListAuthorizedCertificatesRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
int
getPageSize()
Maximum results to return per page.String
getPageToken()
Continuation token for fetching the next page of results.com.google.protobuf.ByteString
getPageTokenBytes()
Continuation token for fetching the next page of results.String
getParent()
Name of the parent `Application` resource.com.google.protobuf.ByteString
getParentBytes()
Name of the parent `Application` resource.AuthorizedCertificateView
getView()
Controls the set of fields returned in the `LIST` response.int
getViewValue()
Controls the set of fields returned in the `LIST` response.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListAuthorizedCertificatesRequest.Builder
mergeFrom(ListAuthorizedCertificatesRequest other)
ListAuthorizedCertificatesRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListAuthorizedCertificatesRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListAuthorizedCertificatesRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListAuthorizedCertificatesRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListAuthorizedCertificatesRequest.Builder
setPageSize(int value)
Maximum results to return per page.ListAuthorizedCertificatesRequest.Builder
setPageToken(String value)
Continuation token for fetching the next page of results.ListAuthorizedCertificatesRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
Continuation token for fetching the next page of results.ListAuthorizedCertificatesRequest.Builder
setParent(String value)
Name of the parent `Application` resource.ListAuthorizedCertificatesRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Name of the parent `Application` resource.ListAuthorizedCertificatesRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListAuthorizedCertificatesRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListAuthorizedCertificatesRequest.Builder
setView(AuthorizedCertificateView value)
Controls the set of fields returned in the `LIST` response.ListAuthorizedCertificatesRequest.Builder
setViewValue(int value)
Controls the set of fields returned in the `LIST` response.-
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<ListAuthorizedCertificatesRequest.Builder>
-
clear
public ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.Builder>
-
getDefaultInstanceForType
public ListAuthorizedCertificatesRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListAuthorizedCertificatesRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListAuthorizedCertificatesRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.Builder>
-
setField
public ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.Builder>
-
clearField
public ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.Builder>
-
clearOneof
public ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.Builder>
-
setRepeatedField
public ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.Builder>
-
addRepeatedField
public ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.Builder>
-
mergeFrom
public ListAuthorizedCertificatesRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListAuthorizedCertificatesRequest.Builder>
-
mergeFrom
public ListAuthorizedCertificatesRequest.Builder mergeFrom(ListAuthorizedCertificatesRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesRequest.Builder>
-
mergeFrom
public ListAuthorizedCertificatesRequest.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<ListAuthorizedCertificatesRequest.Builder>
- Throws:
IOException
-
getParent
public String getParent()
Name of the parent `Application` resource. Example: `apps/myapp`.
string parent = 1;
- Specified by:
getParent
in interfaceListAuthorizedCertificatesRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Name of the parent `Application` resource. Example: `apps/myapp`.
string parent = 1;
- Specified by:
getParentBytes
in interfaceListAuthorizedCertificatesRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public ListAuthorizedCertificatesRequest.Builder setParent(String value)
Name of the parent `Application` resource. Example: `apps/myapp`.
string parent = 1;
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public ListAuthorizedCertificatesRequest.Builder clearParent()
Name of the parent `Application` resource. Example: `apps/myapp`.
string parent = 1;
- Returns:
- This builder for chaining.
-
setParentBytes
public ListAuthorizedCertificatesRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Name of the parent `Application` resource. Example: `apps/myapp`.
string parent = 1;
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getViewValue
public int getViewValue()
Controls the set of fields returned in the `LIST` response.
.google.appengine.v1.AuthorizedCertificateView view = 4;
- Specified by:
getViewValue
in interfaceListAuthorizedCertificatesRequestOrBuilder
- Returns:
- The enum numeric value on the wire for view.
-
setViewValue
public ListAuthorizedCertificatesRequest.Builder setViewValue(int value)
Controls the set of fields returned in the `LIST` response.
.google.appengine.v1.AuthorizedCertificateView view = 4;
- Parameters:
value
- The enum numeric value on the wire for view to set.- Returns:
- This builder for chaining.
-
getView
public AuthorizedCertificateView getView()
Controls the set of fields returned in the `LIST` response.
.google.appengine.v1.AuthorizedCertificateView view = 4;
- Specified by:
getView
in interfaceListAuthorizedCertificatesRequestOrBuilder
- Returns:
- The view.
-
setView
public ListAuthorizedCertificatesRequest.Builder setView(AuthorizedCertificateView value)
Controls the set of fields returned in the `LIST` response.
.google.appengine.v1.AuthorizedCertificateView view = 4;
- Parameters:
value
- The view to set.- Returns:
- This builder for chaining.
-
clearView
public ListAuthorizedCertificatesRequest.Builder clearView()
Controls the set of fields returned in the `LIST` response.
.google.appengine.v1.AuthorizedCertificateView view = 4;
- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
Maximum results to return per page.
int32 page_size = 2;
- Specified by:
getPageSize
in interfaceListAuthorizedCertificatesRequestOrBuilder
- Returns:
- The pageSize.
-
setPageSize
public ListAuthorizedCertificatesRequest.Builder setPageSize(int value)
Maximum results to return per page.
int32 page_size = 2;
- Parameters:
value
- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListAuthorizedCertificatesRequest.Builder clearPageSize()
Maximum results to return per page.
int32 page_size = 2;
- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
Continuation token for fetching the next page of results.
string page_token = 3;
- Specified by:
getPageToken
in interfaceListAuthorizedCertificatesRequestOrBuilder
- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
Continuation token for fetching the next page of results.
string page_token = 3;
- Specified by:
getPageTokenBytes
in interfaceListAuthorizedCertificatesRequestOrBuilder
- Returns:
- The bytes for pageToken.
-
setPageToken
public ListAuthorizedCertificatesRequest.Builder setPageToken(String value)
Continuation token for fetching the next page of results.
string page_token = 3;
- Parameters:
value
- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ListAuthorizedCertificatesRequest.Builder clearPageToken()
Continuation token for fetching the next page of results.
string page_token = 3;
- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ListAuthorizedCertificatesRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
Continuation token for fetching the next page of results.
string page_token = 3;
- Parameters:
value
- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListAuthorizedCertificatesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesRequest.Builder>
-
mergeUnknownFields
public final ListAuthorizedCertificatesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAuthorizedCertificatesRequest.Builder>
-
-