Class AuthorizedDomain.Builder (2.52.0)

publicstaticfinalclass AuthorizedDomain.BuilderextendsGeneratedMessageV3.Builder<AuthorizedDomain.Builder>implementsAuthorizedDomainOrBuilder

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

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicAuthorizedDomain.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AuthorizedDomain.Builder
Overrides

build()

publicAuthorizedDomainbuild()
Returns
Type Description
AuthorizedDomain

buildPartial()

publicAuthorizedDomainbuildPartial()
Returns
Type Description
AuthorizedDomain

clear()

publicAuthorizedDomain.Builderclear()
Returns
Type Description
AuthorizedDomain.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicAuthorizedDomain.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AuthorizedDomain.Builder
Overrides

clearId()

publicAuthorizedDomain.BuilderclearId()

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

string id = 2;

Returns
Type Description
AuthorizedDomain.Builder

This builder for chaining.

clearName()

publicAuthorizedDomain.BuilderclearName()

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

@OutputOnly

string name = 1;

Returns
Type Description
AuthorizedDomain.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicAuthorizedDomain.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AuthorizedDomain.Builder
Overrides

clone()

publicAuthorizedDomain.Builderclone()
Returns
Type Description
AuthorizedDomain.Builder
Overrides

getDefaultInstanceForType()

publicAuthorizedDomaingetDefaultInstanceForType()
Returns
Type Description
AuthorizedDomain

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getId()

publicStringgetId()

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

string id = 2;

Returns
Type Description
String

The id.

getIdBytes()

publicByteStringgetIdBytes()

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()

publicStringgetName()

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()

publicByteStringgetNameBytes()

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.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AuthorizedDomain other)

publicAuthorizedDomain.BuildermergeFrom(AuthorizedDomainother)
Parameter
Name Description
other AuthorizedDomain
Returns
Type Description
AuthorizedDomain.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicAuthorizedDomain.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizedDomain.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicAuthorizedDomain.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
AuthorizedDomain.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalAuthorizedDomain.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AuthorizedDomain.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicAuthorizedDomain.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AuthorizedDomain.Builder
Overrides

setId(String value)

publicAuthorizedDomain.BuildersetId(Stringvalue)

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

string id = 2;

Parameter
Name Description
value String

The id to set.

Returns
Type Description
AuthorizedDomain.Builder

This builder for chaining.

setIdBytes(ByteString value)

publicAuthorizedDomain.BuildersetIdBytes(ByteStringvalue)

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

string id = 2;

Parameter
Name Description
value ByteString

The bytes for id to set.

Returns
Type Description
AuthorizedDomain.Builder

This builder for chaining.

setName(String value)

publicAuthorizedDomain.BuildersetName(Stringvalue)

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

@OutputOnly

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
AuthorizedDomain.Builder

This builder for chaining.

setNameBytes(ByteString value)

publicAuthorizedDomain.BuildersetNameBytes(ByteStringvalue)

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

@OutputOnly

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
AuthorizedDomain.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicAuthorizedDomain.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AuthorizedDomain.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalAuthorizedDomain.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AuthorizedDomain.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.