public final class DomainMapping extends GeneratedMessageV3 implements DomainMappingOrBuilder
A domain serving an App Engine application.
Protobuf type google.appengine.v1.DomainMapping
Static Fields
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
RESOURCE_RECORDS_FIELD_NUMBER
public static final int RESOURCE_RECORDS_FIELD_NUMBER
Field Value
SSL_SETTINGS_FIELD_NUMBER
public static final int SSL_SETTINGS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static DomainMapping getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static DomainMapping.Builder newBuilder()
Returns
newBuilder(DomainMapping prototype)
public static DomainMapping.Builder newBuilder(DomainMapping prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static DomainMapping parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DomainMapping parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static DomainMapping parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DomainMapping parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static DomainMapping parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DomainMapping parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static DomainMapping parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DomainMapping parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static DomainMapping parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DomainMapping parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static DomainMapping parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DomainMapping parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<DomainMapping> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public DomainMapping getDefaultInstanceForType()
Returns
getId()
Relative name of the domain serving the application. Example:
example.com
.
string id = 2;
Returns
getIdBytes()
public ByteString getIdBytes()
Relative name of the domain serving the application. Example:
example.com
.
string id = 2;
Returns
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()
public ByteString getNameBytes()
Full path to the DomainMapping
resource in the API. Example:
apps/myapp/domainMapping/example.com
.
@OutputOnly
string name = 1;
Returns
getParserForType()
public Parser<DomainMapping> getParserForType()
Returns
Overrides
getResourceRecords(int index)
public ResourceRecord getResourceRecords(int index)
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
Returns
getResourceRecordsCount()
public int getResourceRecordsCount()
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
getResourceRecordsList()
public List<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;
Returns
getResourceRecordsOrBuilder(int index)
public ResourceRecordOrBuilder getResourceRecordsOrBuilder(int index)
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
Returns
getResourceRecordsOrBuilderList()
public List<? extends ResourceRecordOrBuilder> 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()
public int getSerializedSize()
Returns
Overrides
getSslSettings()
public SslSettings getSslSettings()
SSL configuration for this domain. If unconfigured, this domain will not
serve with SSL.
.google.appengine.v1.SslSettings ssl_settings = 3;
Returns
getSslSettingsOrBuilder()
public SslSettingsOrBuilder getSslSettingsOrBuilder()
SSL configuration for this domain. If unconfigured, this domain will not
serve with SSL.
.google.appengine.v1.SslSettings ssl_settings = 3;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasSslSettings()
public boolean hasSslSettings()
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public DomainMapping.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DomainMapping.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public DomainMapping.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions