public static final class FetchConnectedGa4PropertyResponse.Builder extends GeneratedMessageV3.Builder<FetchConnectedGa4PropertyResponse.Builder> implements FetchConnectedGa4PropertyResponseOrBuilder
Response for looking up GA4 property connected to a UA property.
Protobuf type google.analytics.admin.v1alpha.FetchConnectedGa4PropertyResponse
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()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FetchConnectedGa4PropertyResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public FetchConnectedGa4PropertyResponse build()
buildPartial()
public FetchConnectedGa4PropertyResponse buildPartial()
clear()
public FetchConnectedGa4PropertyResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public FetchConnectedGa4PropertyResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public FetchConnectedGa4PropertyResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProperty()
public FetchConnectedGa4PropertyResponse.Builder clearProperty()
The GA4 property connected to the UA property. An empty string is returned
when there is no connected GA4 property.
Format: properties/{property_id}
Example: properties/1234
string property = 1 [(.google.api.resource_reference) = { ... }
clone()
public FetchConnectedGa4PropertyResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public FetchConnectedGa4PropertyResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getProperty()
public String getProperty()
The GA4 property connected to the UA property. An empty string is returned
when there is no connected GA4 property.
Format: properties/{property_id}
Example: properties/1234
string property = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The property.
|
getPropertyBytes()
public ByteString getPropertyBytes()
The GA4 property connected to the UA property. An empty string is returned
when there is no connected GA4 property.
Format: properties/{property_id}
Example: properties/1234
string property = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for property.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FetchConnectedGa4PropertyResponse other)
public FetchConnectedGa4PropertyResponse.Builder mergeFrom(FetchConnectedGa4PropertyResponse other)
public FetchConnectedGa4PropertyResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FetchConnectedGa4PropertyResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FetchConnectedGa4PropertyResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public FetchConnectedGa4PropertyResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setProperty(String value)
public FetchConnectedGa4PropertyResponse.Builder setProperty(String value)
The GA4 property connected to the UA property. An empty string is returned
when there is no connected GA4 property.
Format: properties/{property_id}
Example: properties/1234
string property = 1 [(.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The property to set.
|
setPropertyBytes(ByteString value)
public FetchConnectedGa4PropertyResponse.Builder setPropertyBytes(ByteString value)
The GA4 property connected to the UA property. An empty string is returned
when there is no connected GA4 property.
Format: properties/{property_id}
Example: properties/1234
string property = 1 [(.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for property to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FetchConnectedGa4PropertyResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final FetchConnectedGa4PropertyResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides