Class AuthorizedDomain (2.1.10)

public final class AuthorizedDomain extends GeneratedMessageV3 implements AuthorizedDomainOrBuilder

A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central.

Protobuf type google.appengine.v1.AuthorizedDomain

Static Fields

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AuthorizedDomain getDefaultInstance()
Returns
TypeDescription
AuthorizedDomain

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AuthorizedDomain.Builder newBuilder()
Returns
TypeDescription
AuthorizedDomain.Builder

newBuilder(AuthorizedDomain prototype)

public static AuthorizedDomain.Builder newBuilder(AuthorizedDomain prototype)
Parameter
NameDescription
prototypeAuthorizedDomain
Returns
TypeDescription
AuthorizedDomain.Builder

parseDelimitedFrom(InputStream input)

public static AuthorizedDomain parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AuthorizedDomain parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AuthorizedDomain parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AuthorizedDomain parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AuthorizedDomain parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AuthorizedDomain parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthorizedDomain
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AuthorizedDomain> parser()
Returns
TypeDescription
Parser<AuthorizedDomain>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public AuthorizedDomain getDefaultInstanceForType()
Returns
TypeDescription
AuthorizedDomain

getId()

public String getId()

Fully qualified domain name of the domain authorized for use. Example: example.com.

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

Fully qualified domain name of the domain authorized for use. Example: example.com.

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.

getName()

public String getName()

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com. @OutputOnly

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com. @OutputOnly

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<AuthorizedDomain> getParserForType()
Returns
TypeDescription
Parser<AuthorizedDomain>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AuthorizedDomain.Builder newBuilderForType()
Returns
TypeDescription
AuthorizedDomain.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AuthorizedDomain.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AuthorizedDomain.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AuthorizedDomain.Builder toBuilder()
Returns
TypeDescription
AuthorizedDomain.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException