Class AuthorizedDomain (2.42.0)

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 Search Console.

Protobuf type google.appengine.v1.AuthorizedDomain

Static Fields

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AuthorizedDomain getDefaultInstance()
Returns
Type Description
AuthorizedDomain

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AuthorizedDomain.Builder newBuilder()
Returns
Type Description
AuthorizedDomain.Builder

newBuilder(AuthorizedDomain prototype)

public static AuthorizedDomain.Builder newBuilder(AuthorizedDomain prototype)
Parameter
Name Description
prototype AuthorizedDomain
Returns
Type Description
AuthorizedDomain.Builder

parseDelimitedFrom(InputStream input)

public static AuthorizedDomain parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AuthorizedDomain parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AuthorizedDomain parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AuthorizedDomain parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AuthorizedDomain parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AuthorizedDomain parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AuthorizedDomain parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizedDomain
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AuthorizedDomain> parser()
Returns
Type Description
Parser<AuthorizedDomain>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public AuthorizedDomain getDefaultInstanceForType()
Returns
Type Description
AuthorizedDomain

getId()

public String getId()

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

string id = 2;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

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

string id = 2;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<AuthorizedDomain> getParserForType()
Returns
Type Description
Parser<AuthorizedDomain>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AuthorizedDomain.Builder newBuilderForType()
Returns
Type Description
AuthorizedDomain.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AuthorizedDomain.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AuthorizedDomain.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AuthorizedDomain.Builder toBuilder()
Returns
Type Description
AuthorizedDomain.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException