Class CreateRollupPropertySourceLinkRequest (0.70.0)

publicfinalclassCreateRollupPropertySourceLinkRequestextendsGeneratedMessageV3implementsCreateRollupPropertySourceLinkRequestOrBuilder

Request message for CreateRollupPropertySourceLink RPC.

Protobuf type google.analytics.admin.v1alpha.CreateRollupPropertySourceLinkRequest

Inheritance

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

Static Fields

PARENT_FIELD_NUMBER

publicstaticfinalintPARENT_FIELD_NUMBER
Field Value
TypeDescription
int
publicstaticfinalintROLLUP_PROPERTY_SOURCE_LINK_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticCreateRollupPropertySourceLinkRequestgetDefaultInstance()
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticCreateRollupPropertySourceLinkRequest.BuildernewBuilder()
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest.Builder

newBuilder(CreateRollupPropertySourceLinkRequest prototype)

publicstaticCreateRollupPropertySourceLinkRequest.BuildernewBuilder(CreateRollupPropertySourceLinkRequestprototype)
Parameter
NameDescription
prototypeCreateRollupPropertySourceLinkRequest
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticCreateRollupPropertySourceLinkRequestparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCreateRollupPropertySourceLinkRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticCreateRollupPropertySourceLinkRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<CreateRollupPropertySourceLinkRequest>parser()
Returns
TypeDescription
Parser<CreateRollupPropertySourceLinkRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicCreateRollupPropertySourceLinkRequestgetDefaultInstanceForType()
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest

getParent()

publicStringgetParent()

Required. Format: properties/{property_id} Example: properties/1234

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

Returns
TypeDescription
String

The parent.

getParentBytes()

publicByteStringgetParentBytes()

Required. Format: properties/{property_id} Example: properties/1234

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

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

publicParser<CreateRollupPropertySourceLinkRequest>getParserForType()
Returns
TypeDescription
Parser<CreateRollupPropertySourceLinkRequest>
Overrides
publicRollupPropertySourceLinkgetRollupPropertySourceLink()

Required. The roll-up property source link to create.

.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RollupPropertySourceLink

The rollupPropertySourceLink.

getRollupPropertySourceLinkOrBuilder()

publicRollupPropertySourceLinkOrBuildergetRollupPropertySourceLinkOrBuilder()

Required. The roll-up property source link to create.

.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RollupPropertySourceLinkOrBuilder

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides
publicbooleanhasRollupPropertySourceLink()

Required. The roll-up property source link to create.

.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the rollupPropertySourceLink field is set.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicCreateRollupPropertySourceLinkRequest.BuildernewBuilderForType()
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedCreateRollupPropertySourceLinkRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicCreateRollupPropertySourceLinkRequest.BuildertoBuilder()
Returns
TypeDescription
CreateRollupPropertySourceLinkRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException