publicfinalclass DomainMappingextendsGeneratedMessageV3implementsDomainMappingOrBuilder
A domain serving an App Engine application.
Protobuf type google.appengine.v1.DomainMapping
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ID_FIELD_NUMBER
publicstaticfinalintID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
RESOURCE_RECORDS_FIELD_NUMBER
publicstaticfinalintRESOURCE_RECORDS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SSL_SETTINGS_FIELD_NUMBER
publicstaticfinalintSSL_SETTINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticDomainMappinggetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticDomainMapping.BuildernewBuilder()
newBuilder(DomainMapping prototype)
publicstaticDomainMapping.BuildernewBuilder(DomainMappingprototype)
parseDelimitedFrom(InputStream input)
publicstaticDomainMappingparseDelimitedFrom(InputStreaminput)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticDomainMappingparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticDomainMappingparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticDomainMappingparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticDomainMappingparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticDomainMappingparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
parseFrom(CodedInputStream input)
publicstaticDomainMappingparseFrom(CodedInputStreaminput)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticDomainMappingparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(InputStream input)
publicstaticDomainMappingparseFrom(InputStreaminput)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticDomainMappingparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticDomainMappingparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticDomainMappingparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<DomainMapping>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicDomainMappinggetDefaultInstanceForType()
getId()
Relative name of the domain serving the application. Example:
example.com.
string id = 2;
| Returns |
| Type |
Description |
String |
The id.
|
getIdBytes()
publicByteStringgetIdBytes()
Relative name of the domain serving the application. Example:
example.com.
string id = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for id.
|
getName()
Full path to the DomainMapping resource in the API. Example:
apps/myapp/domainMapping/example.com.
@OutputOnly
string name = 1;
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
publicByteStringgetNameBytes()
Full path to the DomainMapping resource in the API. Example:
apps/myapp/domainMapping/example.com.
@OutputOnly
string name = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
publicParser<DomainMapping>getParserForType()
Overrides
getResourceRecords(int index)
publicResourceRecordgetResourceRecords(intindex)
The resource records required to configure this domain mapping. These
records must be added to the domain's DNS configuration in order to
serve the application via this domain mapping.
@OutputOnly
repeated .google.appengine.v1.ResourceRecord resource_records = 4;
| Parameter |
| Name |
Description |
index |
int
|
getResourceRecordsCount()
publicintgetResourceRecordsCount()
The resource records required to configure this domain mapping. These
records must be added to the domain's DNS configuration in order to
serve the application via this domain mapping.
@OutputOnly
repeated .google.appengine.v1.ResourceRecord resource_records = 4;
| Returns |
| Type |
Description |
int |
getResourceRecordsList()
publicList<ResourceRecord>getResourceRecordsList()
The resource records required to configure this domain mapping. These
records must be added to the domain's DNS configuration in order to
serve the application via this domain mapping.
@OutputOnly
repeated .google.appengine.v1.ResourceRecord resource_records = 4;
getResourceRecordsOrBuilder(int index)
publicResourceRecordOrBuildergetResourceRecordsOrBuilder(intindex)
The resource records required to configure this domain mapping. These
records must be added to the domain's DNS configuration in order to
serve the application via this domain mapping.
@OutputOnly
repeated .google.appengine.v1.ResourceRecord resource_records = 4;
| Parameter |
| Name |
Description |
index |
int
|
getResourceRecordsOrBuilderList()
publicList<?extendsResourceRecordOrBuilder>getResourceRecordsOrBuilderList()
The resource records required to configure this domain mapping. These
records must be added to the domain's DNS configuration in order to
serve the application via this domain mapping.
@OutputOnly
repeated .google.appengine.v1.ResourceRecord resource_records = 4;
| Returns |
| Type |
Description |
List<? extends com.google.appengine.v1.ResourceRecordOrBuilder> |
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSslSettings()
publicSslSettingsgetSslSettings()
SSL configuration for this domain. If unconfigured, this domain will not
serve with SSL.
.google.appengine.v1.SslSettings ssl_settings = 3;
getSslSettingsOrBuilder()
publicSslSettingsOrBuildergetSslSettingsOrBuilder()
SSL configuration for this domain. If unconfigured, this domain will not
serve with SSL.
.google.appengine.v1.SslSettings ssl_settings = 3;
hasSslSettings()
publicbooleanhasSslSettings()
SSL configuration for this domain. If unconfigured, this domain will not
serve with SSL.
.google.appengine.v1.SslSettings ssl_settings = 3;
| Returns |
| Type |
Description |
boolean |
Whether the sslSettings field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicDomainMapping.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedDomainMapping.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicDomainMapping.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides