Class FetchConnectedGa4PropertyRequest.Builder (0.51.0)

public static final class FetchConnectedGa4PropertyRequest.Builder extends GeneratedMessageV3.Builder<FetchConnectedGa4PropertyRequest.Builder> implements FetchConnectedGa4PropertyRequestOrBuilder

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

Protobuf type google.analytics.admin.v1alpha.FetchConnectedGa4PropertyRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FetchConnectedGa4PropertyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

build()

public FetchConnectedGa4PropertyRequest build()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest

buildPartial()

public FetchConnectedGa4PropertyRequest buildPartial()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest

clear()

public FetchConnectedGa4PropertyRequest.Builder clear()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FetchConnectedGa4PropertyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FetchConnectedGa4PropertyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

clearProperty()

public FetchConnectedGa4PropertyRequest.Builder clearProperty()

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

public FetchConnectedGa4PropertyRequest.Builder clone()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

getDefaultInstanceForType()

public FetchConnectedGa4PropertyRequest getDefaultInstanceForType()
Returns
TypeDescription
FetchConnectedGa4PropertyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getProperty()

public String getProperty()

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

public ByteString getPropertyBytes()

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

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FetchConnectedGa4PropertyRequest other)

public FetchConnectedGa4PropertyRequest.Builder mergeFrom(FetchConnectedGa4PropertyRequest other)
Parameter
NameDescription
otherFetchConnectedGa4PropertyRequest
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FetchConnectedGa4PropertyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FetchConnectedGa4PropertyRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FetchConnectedGa4PropertyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public FetchConnectedGa4PropertyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

setProperty(String value)

public FetchConnectedGa4PropertyRequest.Builder setProperty(String value)

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)

public FetchConnectedGa4PropertyRequest.Builder setPropertyBytes(ByteString value)

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)

public FetchConnectedGa4PropertyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FetchConnectedGa4PropertyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FetchConnectedGa4PropertyRequest.Builder
Overrides