Uses of Class
com.google.appengine.v1.SslSettings
-
Packages that use SslSettings Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of SslSettings in com.google.appengine.v1
Methods in com.google.appengine.v1 that return SslSettings Modifier and Type Method Description SslSettings
SslSettings.Builder. build()
SslSettings
SslSettings.Builder. buildPartial()
static SslSettings
SslSettings. getDefaultInstance()
SslSettings
SslSettings.Builder. getDefaultInstanceForType()
SslSettings
SslSettings. getDefaultInstanceForType()
SslSettings
DomainMapping.Builder. getSslSettings()
SSL configuration for this domain.SslSettings
DomainMapping. getSslSettings()
SSL configuration for this domain.SslSettings
DomainMappingOrBuilder. getSslSettings()
SSL configuration for this domain.static SslSettings
SslSettings. parseDelimitedFrom(InputStream input)
static SslSettings
SslSettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SslSettings
SslSettings. parseFrom(byte[] data)
static SslSettings
SslSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SslSettings
SslSettings. parseFrom(com.google.protobuf.ByteString data)
static SslSettings
SslSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SslSettings
SslSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static SslSettings
SslSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SslSettings
SslSettings. parseFrom(InputStream input)
static SslSettings
SslSettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SslSettings
SslSettings. parseFrom(ByteBuffer data)
static SslSettings
SslSettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type SslSettings Modifier and Type Method Description com.google.protobuf.Parser<SslSettings>
SslSettings. getParserForType()
static com.google.protobuf.Parser<SslSettings>
SslSettings. parser()
Methods in com.google.appengine.v1 with parameters of type SslSettings Modifier and Type Method Description SslSettings.Builder
SslSettings.Builder. mergeFrom(SslSettings other)
DomainMapping.Builder
DomainMapping.Builder. mergeSslSettings(SslSettings value)
SSL configuration for this domain.static SslSettings.Builder
SslSettings. newBuilder(SslSettings prototype)
DomainMapping.Builder
DomainMapping.Builder. setSslSettings(SslSettings value)
SSL configuration for this domain.
-