Class FetchConnectedGa4PropertyRequest.Builder (0.70.0)

publicstaticfinalclassFetchConnectedGa4PropertyRequest.BuilderextendsGeneratedMessageV3.Builder<FetchConnectedGa4PropertyRequest.Builder>implementsFetchConnectedGa4PropertyRequestOrBuilder

Request for looking up GA4 property connected to a UA property.

Protobuf type google.analytics.admin.v1alpha.FetchConnectedGa4PropertyRequest

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

publicFetchConnectedGa4PropertyRequestbuild()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest

buildPartial()

publicFetchConnectedGa4PropertyRequestbuildPartial()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest

clear()

publicFetchConnectedGa4PropertyRequest.Builderclear()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicFetchConnectedGa4PropertyRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicFetchConnectedGa4PropertyRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

clearProperty()

publicFetchConnectedGa4PropertyRequest.BuilderclearProperty()

Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234

string property = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder

This builder for chaining.

clone()

publicFetchConnectedGa4PropertyRequest.Builderclone()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

getDefaultInstanceForType()

publicFetchConnectedGa4PropertyRequestgetDefaultInstanceForType()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getProperty()

publicStringgetProperty()

Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234

string property = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The property.

getPropertyBytes()

publicByteStringgetPropertyBytes()

Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234

string property = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for property.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FetchConnectedGa4PropertyRequest other)

publicFetchConnectedGa4PropertyRequest.BuildermergeFrom(FetchConnectedGa4PropertyRequestother)
Parameter
NameDescription
otherFetchConnectedGa4PropertyRequest
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

publicFetchConnectedGa4PropertyRequest.BuildermergeFrom(Messageother)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalFetchConnectedGa4PropertyRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setProperty(String value)

publicFetchConnectedGa4PropertyRequest.BuildersetProperty(Stringvalue)

Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234

string property = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The property to set.

Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder

This builder for chaining.

setPropertyBytes(ByteString value)

publicFetchConnectedGa4PropertyRequest.BuildersetPropertyBytes(ByteStringvalue)

Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234

string property = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for property to set.

Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalFetchConnectedGa4PropertyRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides