Send feedback
Class DeleteEventCreateRuleRequest.Builder (0.62.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.62.0 keyboard_arrow_down
public static final class DeleteEventCreateRuleRequest . Builder extends GeneratedMessageV3 . Builder<DeleteEventCreateRuleRequest . Builder > implements DeleteEventCreateRuleRequestOrBuilder
Request message for DeleteEventCreateRule RPC.
Protobuf type google.analytics.admin.v1alpha.DeleteEventCreateRuleRequest
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 DeleteEventCreateRuleRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DeleteEventCreateRuleRequest build ()
buildPartial()
public DeleteEventCreateRuleRequest buildPartial ()
clear()
public DeleteEventCreateRuleRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DeleteEventCreateRuleRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearName()
public DeleteEventCreateRuleRequest . Builder clearName ()
Required. Example format:
properties/123/dataStreams/456/eventCreateRules/789
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteEventCreateRuleRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public DeleteEventCreateRuleRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public DeleteEventCreateRuleRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getName()
Required. Example format:
properties/123/dataStreams/456/eventCreateRules/789
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Required. Example format:
properties/123/dataStreams/456/eventCreateRules/789
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for name.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(DeleteEventCreateRuleRequest other)
public DeleteEventCreateRuleRequest . Builder mergeFrom ( DeleteEventCreateRuleRequest other )
public DeleteEventCreateRuleRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DeleteEventCreateRuleRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteEventCreateRuleRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteEventCreateRuleRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setName(String value)
public DeleteEventCreateRuleRequest . Builder setName ( String value )
Required. Example format:
properties/123/dataStreams/456/eventCreateRules/789
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
String
The name to set.
setNameBytes(ByteString value)
public DeleteEventCreateRuleRequest . Builder setNameBytes ( ByteString value )
Required. Example format:
properties/123/dataStreams/456/eventCreateRules/789
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
ByteString
The bytes for name to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteEventCreateRuleRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteEventCreateRuleRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides Java documentation for the `DeleteEventCreateRuleRequest.Builder` class within the `google.analytics.admin.v1alpha` package."],["The `DeleteEventCreateRuleRequest.Builder` class is used to build requests for deleting event creation rules in Google Analytics Admin, and it extends `GeneratedMessageV3.Builder`, implementing `DeleteEventCreateRuleRequestOrBuilder`."],["The latest version of this API is 0.70.0, while the current page version is 0.62.0, which you can find in the breadcrumb menu and also contains links to older versions of the API all the way back to 0.14.0."],["The class provides methods for building, clearing, and setting fields for the request, including methods to manage repeated fields and unknown fields, as well as handling inputs and streams, along with the ability to merge them together."],["The builder class contains a method called 'getName()' which will pull the name of the specific event rule from an example format provided within the documentation of `properties/123/dataStreams/456/eventCreateRules/789`."]]],[]]