Class CreatePropertyRequest.Builder (0.70.0)

publicstaticfinalclassCreatePropertyRequest.BuilderextendsGeneratedMessageV3.Builder<CreatePropertyRequest.Builder>implementsCreatePropertyRequestOrBuilder

Request message for CreateProperty RPC.

Protobuf type google.analytics.admin.v1beta.CreatePropertyRequest

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicCreatePropertyRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

build()

publicCreatePropertyRequestbuild()
Returns
TypeDescription
CreatePropertyRequest

buildPartial()

publicCreatePropertyRequestbuildPartial()
Returns
TypeDescription
CreatePropertyRequest

clear()

publicCreatePropertyRequest.Builderclear()
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicCreatePropertyRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicCreatePropertyRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

clearProperty()

publicCreatePropertyRequest.BuilderclearProperty()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreatePropertyRequest.Builder

clone()

publicCreatePropertyRequest.Builderclone()
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

getDefaultInstanceForType()

publicCreatePropertyRequestgetDefaultInstanceForType()
Returns
TypeDescription
CreatePropertyRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getProperty()

publicPropertygetProperty()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Property

The property.

getPropertyBuilder()

publicProperty.BuildergetPropertyBuilder()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Property.Builder

getPropertyOrBuilder()

publicPropertyOrBuildergetPropertyOrBuilder()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PropertyOrBuilder

hasProperty()

publicbooleanhasProperty()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the property field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreatePropertyRequest other)

publicCreatePropertyRequest.BuildermergeFrom(CreatePropertyRequestother)
Parameter
NameDescription
otherCreatePropertyRequest
Returns
TypeDescription
CreatePropertyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicCreatePropertyRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

publicCreatePropertyRequest.BuildermergeFrom(Messageother)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

mergeProperty(Property value)

publicCreatePropertyRequest.BuildermergeProperty(Propertyvalue)

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueProperty
Returns
TypeDescription
CreatePropertyRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalCreatePropertyRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicCreatePropertyRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

setProperty(Property value)

publicCreatePropertyRequest.BuildersetProperty(Propertyvalue)

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueProperty
Returns
TypeDescription
CreatePropertyRequest.Builder

setProperty(Property.Builder builderForValue)

publicCreatePropertyRequest.BuildersetProperty(Property.BuilderbuilderForValue)

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueProperty.Builder
Returns
TypeDescription
CreatePropertyRequest.Builder

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

publicCreatePropertyRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalCreatePropertyRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreatePropertyRequest.Builder
Overrides