Class UpdateEventCreateRuleRequest (0.70.0)

publicfinalclassUpdateEventCreateRuleRequestextendsGeneratedMessageV3implementsUpdateEventCreateRuleRequestOrBuilder

Request message for UpdateEventCreateRule RPC.

Protobuf type google.analytics.admin.v1alpha.UpdateEventCreateRuleRequest

Static Fields

EVENT_CREATE_RULE_FIELD_NUMBER

publicstaticfinalintEVENT_CREATE_RULE_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_MASK_FIELD_NUMBER

publicstaticfinalintUPDATE_MASK_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticUpdateEventCreateRuleRequestgetDefaultInstance()
Returns
TypeDescription
UpdateEventCreateRuleRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticUpdateEventCreateRuleRequest.BuildernewBuilder()
Returns
TypeDescription
UpdateEventCreateRuleRequest.Builder

newBuilder(UpdateEventCreateRuleRequest prototype)

publicstaticUpdateEventCreateRuleRequest.BuildernewBuilder(UpdateEventCreateRuleRequestprototype)
Parameter
NameDescription
prototypeUpdateEventCreateRuleRequest
Returns
TypeDescription
UpdateEventCreateRuleRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticUpdateEventCreateRuleRequestparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateEventCreateRuleRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticUpdateEventCreateRuleRequestparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

publicstaticUpdateEventCreateRuleRequestparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateEventCreateRuleRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticUpdateEventCreateRuleRequestparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateEventCreateRuleRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticUpdateEventCreateRuleRequestparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateEventCreateRuleRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticUpdateEventCreateRuleRequestparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateEventCreateRuleRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateEventCreateRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicUpdateEventCreateRuleRequestgetDefaultInstanceForType()
Returns
TypeDescription
UpdateEventCreateRuleRequest

getEventCreateRule()

publicEventCreateRulegetEventCreateRule()

Required. The EventCreateRule to update. The resource's name field is used to identify the EventCreateRule to be updated.

.google.analytics.admin.v1alpha.EventCreateRule event_create_rule = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EventCreateRule

The eventCreateRule.

getEventCreateRuleOrBuilder()

publicEventCreateRuleOrBuildergetEventCreateRuleOrBuilder()

Required. The EventCreateRule to update. The resource's name field is used to identify the EventCreateRule to be updated.

.google.analytics.admin.v1alpha.EventCreateRule event_create_rule = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EventCreateRuleOrBuilder

getParserForType()

publicParser<UpdateEventCreateRuleRequest>getParserForType()
Returns
TypeDescription
Parser<UpdateEventCreateRuleRequest>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

getUpdateMask()

publicFieldMaskgetUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicFieldMaskOrBuildergetUpdateMaskOrBuilder()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasEventCreateRule()

publicbooleanhasEventCreateRule()

Required. The EventCreateRule to update. The resource's name field is used to identify the EventCreateRule to be updated.

.google.analytics.admin.v1alpha.EventCreateRule event_create_rule = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the eventCreateRule field is set.

hasUpdateMask()

publicbooleanhasUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicUpdateEventCreateRuleRequest.BuildernewBuilderForType()
Returns
TypeDescription
UpdateEventCreateRuleRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedUpdateEventCreateRuleRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
UpdateEventCreateRuleRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

publicUpdateEventCreateRuleRequest.BuildertoBuilder()
Returns
TypeDescription
UpdateEventCreateRuleRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException