Package com.google.appengine.v1
Class Application
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.appengine.v1.Application
-
- All Implemented Interfaces:
ApplicationOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Application extends com.google.protobuf.GeneratedMessageV3 implements ApplicationOrBuilder
An Application resource contains the top-level configuration of an App Engine application.
Protobuf typegoogle.appengine.v1.Application
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Application.Builder
An Application resource contains the top-level configuration of an App Engine application.static class
Application.DatabaseType
Protobuf enumgoogle.appengine.v1.Application.DatabaseType
static class
Application.FeatureSettings
The feature specific settings to be used in the application.static interface
Application.FeatureSettingsOrBuilder
static class
Application.IdentityAwareProxy
Identity-Aware Proxystatic interface
Application.IdentityAwareProxyOrBuilder
static class
Application.ServingStatus
Protobuf enumgoogle.appengine.v1.Application.ServingStatus
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTH_DOMAIN_FIELD_NUMBER
static int
CODE_BUCKET_FIELD_NUMBER
static int
DATABASE_TYPE_FIELD_NUMBER
static int
DEFAULT_BUCKET_FIELD_NUMBER
static int
DEFAULT_COOKIE_EXPIRATION_FIELD_NUMBER
static int
DEFAULT_HOSTNAME_FIELD_NUMBER
static int
DISPATCH_RULES_FIELD_NUMBER
static int
FEATURE_SETTINGS_FIELD_NUMBER
static int
GCR_DOMAIN_FIELD_NUMBER
static int
IAP_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
LOCATION_ID_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
SERVICE_ACCOUNT_FIELD_NUMBER
static int
SERVING_STATUS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAuthDomain()
Google Apps authentication domain that controls which users can access this application.com.google.protobuf.ByteString
getAuthDomainBytes()
Google Apps authentication domain that controls which users can access this application.String
getCodeBucket()
Google Cloud Storage bucket that can be used for storing files associated with this application.com.google.protobuf.ByteString
getCodeBucketBytes()
Google Cloud Storage bucket that can be used for storing files associated with this application.Application.DatabaseType
getDatabaseType()
The type of the Cloud Firestore or Cloud Datastore database associated with this application.int
getDatabaseTypeValue()
The type of the Cloud Firestore or Cloud Datastore database associated with this application.String
getDefaultBucket()
Google Cloud Storage bucket that can be used by this application to store content.com.google.protobuf.ByteString
getDefaultBucketBytes()
Google Cloud Storage bucket that can be used by this application to store content.com.google.protobuf.Duration
getDefaultCookieExpiration()
Cookie expiration policy for this application.com.google.protobuf.DurationOrBuilder
getDefaultCookieExpirationOrBuilder()
Cookie expiration policy for this application.String
getDefaultHostname()
Hostname used to reach this application, as resolved by App Engine.com.google.protobuf.ByteString
getDefaultHostnameBytes()
Hostname used to reach this application, as resolved by App Engine.static Application
getDefaultInstance()
Application
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
UrlDispatchRule
getDispatchRules(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.int
getDispatchRulesCount()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.List<UrlDispatchRule>
getDispatchRulesList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRuleOrBuilder
getDispatchRulesOrBuilder(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.List<? extends UrlDispatchRuleOrBuilder>
getDispatchRulesOrBuilderList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.Application.FeatureSettings
getFeatureSettings()
The feature specific settings to be used in the application.Application.FeatureSettingsOrBuilder
getFeatureSettingsOrBuilder()
The feature specific settings to be used in the application.String
getGcrDomain()
The Google Container Registry domain used for storing managed build docker images for this application.com.google.protobuf.ByteString
getGcrDomainBytes()
The Google Container Registry domain used for storing managed build docker images for this application.Application.IdentityAwareProxy
getIap()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
Application.IdentityAwareProxyOrBuilder
getIapOrBuilder()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
String
getId()
Identifier of the Application resource.com.google.protobuf.ByteString
getIdBytes()
Identifier of the Application resource.String
getLocationId()
Location from which this application runs.com.google.protobuf.ByteString
getLocationIdBytes()
Location from which this application runs.String
getName()
Full path to the Application resource in the API.com.google.protobuf.ByteString
getNameBytes()
Full path to the Application resource in the API.com.google.protobuf.Parser<Application>
getParserForType()
int
getSerializedSize()
String
getServiceAccount()
The service account associated with the application.com.google.protobuf.ByteString
getServiceAccountBytes()
The service account associated with the application.Application.ServingStatus
getServingStatus()
Serving status of this application.int
getServingStatusValue()
Serving status of this application.boolean
hasDefaultCookieExpiration()
Cookie expiration policy for this application.boolean
hasFeatureSettings()
The feature specific settings to be used in the application.int
hashCode()
boolean
hasIap()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Application.Builder
newBuilder()
static Application.Builder
newBuilder(Application prototype)
Application.Builder
newBuilderForType()
protected Application.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Application
parseDelimitedFrom(InputStream input)
static Application
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Application
parseFrom(byte[] data)
static Application
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Application
parseFrom(com.google.protobuf.ByteString data)
static Application
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Application
parseFrom(com.google.protobuf.CodedInputStream input)
static Application
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Application
parseFrom(InputStream input)
static Application
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Application
parseFrom(ByteBuffer data)
static Application
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Application>
parser()
Application.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPATCH_RULES_FIELD_NUMBER
public static final int DISPATCH_RULES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AUTH_DOMAIN_FIELD_NUMBER
public static final int AUTH_DOMAIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCATION_ID_FIELD_NUMBER
public static final int LOCATION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CODE_BUCKET_FIELD_NUMBER
public static final int CODE_BUCKET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_COOKIE_EXPIRATION_FIELD_NUMBER
public static final int DEFAULT_COOKIE_EXPIRATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVING_STATUS_FIELD_NUMBER
public static final int SERVING_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_HOSTNAME_FIELD_NUMBER
public static final int DEFAULT_HOSTNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_BUCKET_FIELD_NUMBER
public static final int DEFAULT_BUCKET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_ACCOUNT_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IAP_FIELD_NUMBER
public static final int IAP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GCR_DOMAIN_FIELD_NUMBER
public static final int GCR_DOMAIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATABASE_TYPE_FIELD_NUMBER
public static final int DATABASE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURE_SETTINGS_FIELD_NUMBER
public static final int FEATURE_SETTINGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
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
-
getName
public String getName()
Full path to the Application resource in the API. Example: `apps/myapp`. @OutputOnly
string name = 1;
- Specified by:
getName
in interfaceApplicationOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Full path to the Application resource in the API. Example: `apps/myapp`. @OutputOnly
string name = 1;
- Specified by:
getNameBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for name.
-
getId
public String getId()
Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: `myapp`.
string id = 2;
- Specified by:
getId
in interfaceApplicationOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: `myapp`.
string id = 2;
- Specified by:
getIdBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for id.
-
getDispatchRulesList
public List<UrlDispatchRule> getDispatchRulesList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
- Specified by:
getDispatchRulesList
in interfaceApplicationOrBuilder
-
getDispatchRulesOrBuilderList
public List<? extends UrlDispatchRuleOrBuilder> getDispatchRulesOrBuilderList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
- Specified by:
getDispatchRulesOrBuilderList
in interfaceApplicationOrBuilder
-
getDispatchRulesCount
public int getDispatchRulesCount()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
- Specified by:
getDispatchRulesCount
in interfaceApplicationOrBuilder
-
getDispatchRules
public UrlDispatchRule getDispatchRules(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
- Specified by:
getDispatchRules
in interfaceApplicationOrBuilder
-
getDispatchRulesOrBuilder
public UrlDispatchRuleOrBuilder getDispatchRulesOrBuilder(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
- Specified by:
getDispatchRulesOrBuilder
in interfaceApplicationOrBuilder
-
getAuthDomain
public String getAuthDomain()
Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
- Specified by:
getAuthDomain
in interfaceApplicationOrBuilder
- Returns:
- The authDomain.
-
getAuthDomainBytes
public com.google.protobuf.ByteString getAuthDomainBytes()
Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
- Specified by:
getAuthDomainBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for authDomain.
-
getLocationId
public String getLocationId()
Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored. Defaults to `us-central`. View the list of [supported locations](https://cloud.google.com/appengine/docs/locations).
string location_id = 7;
- Specified by:
getLocationId
in interfaceApplicationOrBuilder
- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()
Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored. Defaults to `us-central`. View the list of [supported locations](https://cloud.google.com/appengine/docs/locations).
string location_id = 7;
- Specified by:
getLocationIdBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for locationId.
-
getCodeBucket
public String getCodeBucket()
Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands. @OutputOnly
string code_bucket = 8;
- Specified by:
getCodeBucket
in interfaceApplicationOrBuilder
- Returns:
- The codeBucket.
-
getCodeBucketBytes
public com.google.protobuf.ByteString getCodeBucketBytes()
Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands. @OutputOnly
string code_bucket = 8;
- Specified by:
getCodeBucketBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for codeBucket.
-
hasDefaultCookieExpiration
public boolean hasDefaultCookieExpiration()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
- Specified by:
hasDefaultCookieExpiration
in interfaceApplicationOrBuilder
- Returns:
- Whether the defaultCookieExpiration field is set.
-
getDefaultCookieExpiration
public com.google.protobuf.Duration getDefaultCookieExpiration()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
- Specified by:
getDefaultCookieExpiration
in interfaceApplicationOrBuilder
- Returns:
- The defaultCookieExpiration.
-
getDefaultCookieExpirationOrBuilder
public com.google.protobuf.DurationOrBuilder getDefaultCookieExpirationOrBuilder()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
- Specified by:
getDefaultCookieExpirationOrBuilder
in interfaceApplicationOrBuilder
-
getServingStatusValue
public int getServingStatusValue()
Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
- Specified by:
getServingStatusValue
in interfaceApplicationOrBuilder
- Returns:
- The enum numeric value on the wire for servingStatus.
-
getServingStatus
public Application.ServingStatus getServingStatus()
Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
- Specified by:
getServingStatus
in interfaceApplicationOrBuilder
- Returns:
- The servingStatus.
-
getDefaultHostname
public String getDefaultHostname()
Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
- Specified by:
getDefaultHostname
in interfaceApplicationOrBuilder
- Returns:
- The defaultHostname.
-
getDefaultHostnameBytes
public com.google.protobuf.ByteString getDefaultHostnameBytes()
Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
- Specified by:
getDefaultHostnameBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for defaultHostname.
-
getDefaultBucket
public String getDefaultBucket()
Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;
- Specified by:
getDefaultBucket
in interfaceApplicationOrBuilder
- Returns:
- The defaultBucket.
-
getDefaultBucketBytes
public com.google.protobuf.ByteString getDefaultBucketBytes()
Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;
- Specified by:
getDefaultBucketBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for defaultBucket.
-
getServiceAccount
public String getServiceAccount()
The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
string service_account = 13;
- Specified by:
getServiceAccount
in interfaceApplicationOrBuilder
- Returns:
- The serviceAccount.
-
getServiceAccountBytes
public com.google.protobuf.ByteString getServiceAccountBytes()
The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
string service_account = 13;
- Specified by:
getServiceAccountBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for serviceAccount.
-
hasIap
public boolean hasIap()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
- Specified by:
hasIap
in interfaceApplicationOrBuilder
- Returns:
- Whether the iap field is set.
-
getIap
public Application.IdentityAwareProxy getIap()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
- Specified by:
getIap
in interfaceApplicationOrBuilder
- Returns:
- The iap.
-
getIapOrBuilder
public Application.IdentityAwareProxyOrBuilder getIapOrBuilder()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
- Specified by:
getIapOrBuilder
in interfaceApplicationOrBuilder
-
getGcrDomain
public String getGcrDomain()
The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
- Specified by:
getGcrDomain
in interfaceApplicationOrBuilder
- Returns:
- The gcrDomain.
-
getGcrDomainBytes
public com.google.protobuf.ByteString getGcrDomainBytes()
The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
- Specified by:
getGcrDomainBytes
in interfaceApplicationOrBuilder
- Returns:
- The bytes for gcrDomain.
-
getDatabaseTypeValue
public int getDatabaseTypeValue()
The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
- Specified by:
getDatabaseTypeValue
in interfaceApplicationOrBuilder
- Returns:
- The enum numeric value on the wire for databaseType.
-
getDatabaseType
public Application.DatabaseType getDatabaseType()
The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
- Specified by:
getDatabaseType
in interfaceApplicationOrBuilder
- Returns:
- The databaseType.
-
hasFeatureSettings
public boolean hasFeatureSettings()
The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
- Specified by:
hasFeatureSettings
in interfaceApplicationOrBuilder
- Returns:
- Whether the featureSettings field is set.
-
getFeatureSettings
public Application.FeatureSettings getFeatureSettings()
The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
- Specified by:
getFeatureSettings
in interfaceApplicationOrBuilder
- Returns:
- The featureSettings.
-
getFeatureSettingsOrBuilder
public Application.FeatureSettingsOrBuilder getFeatureSettingsOrBuilder()
The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
- Specified by:
getFeatureSettingsOrBuilder
in interfaceApplicationOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Application parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Application parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Application parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Application parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Application parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Application parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Application parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Application parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Application parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Application parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Application parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Application parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Application.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Application.Builder newBuilder()
-
newBuilder
public static Application.Builder newBuilder(Application prototype)
-
toBuilder
public Application.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Application.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Application getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Application> parser()
-
getParserForType
public com.google.protobuf.Parser<Application> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Application getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-