Class FetchConnectedGa4PropertyResponse (0.51.0)

public final class FetchConnectedGa4PropertyResponse extends GeneratedMessageV3 implements FetchConnectedGa4PropertyResponseOrBuilder

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

Protobuf type google.analytics.admin.v1alpha.FetchConnectedGa4PropertyResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FetchConnectedGa4PropertyResponse

Static Fields

PROPERTY_FIELD_NUMBER

public static final int PROPERTY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FetchConnectedGa4PropertyResponse getDefaultInstance()
Returns
TypeDescription
FetchConnectedGa4PropertyResponse

getDescriptor()

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

newBuilder()

public static FetchConnectedGa4PropertyResponse.Builder newBuilder()
Returns
TypeDescription
FetchConnectedGa4PropertyResponse.Builder

newBuilder(FetchConnectedGa4PropertyResponse prototype)

public static FetchConnectedGa4PropertyResponse.Builder newBuilder(FetchConnectedGa4PropertyResponse prototype)
Parameter
NameDescription
prototypeFetchConnectedGa4PropertyResponse
Returns
TypeDescription
FetchConnectedGa4PropertyResponse.Builder

parseDelimitedFrom(InputStream input)

public static FetchConnectedGa4PropertyResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchConnectedGa4PropertyResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FetchConnectedGa4PropertyResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FetchConnectedGa4PropertyResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FetchConnectedGa4PropertyResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FetchConnectedGa4PropertyResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FetchConnectedGa4PropertyResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchConnectedGa4PropertyResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FetchConnectedGa4PropertyResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchConnectedGa4PropertyResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FetchConnectedGa4PropertyResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FetchConnectedGa4PropertyResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchConnectedGa4PropertyResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FetchConnectedGa4PropertyResponse> parser()
Returns
TypeDescription
Parser<FetchConnectedGa4PropertyResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public FetchConnectedGa4PropertyResponse getDefaultInstanceForType()
Returns
TypeDescription
FetchConnectedGa4PropertyResponse

getParserForType()

public Parser<FetchConnectedGa4PropertyResponse> getParserForType()
Returns
TypeDescription
Parser<FetchConnectedGa4PropertyResponse>
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
TypeDescription
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
TypeDescription
ByteString

The bytes for property.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FetchConnectedGa4PropertyResponse.Builder newBuilderForType()
Returns
TypeDescription
FetchConnectedGa4PropertyResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FetchConnectedGa4PropertyResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FetchConnectedGa4PropertyResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FetchConnectedGa4PropertyResponse.Builder toBuilder()
Returns
TypeDescription
FetchConnectedGa4PropertyResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException