Class GetEventEditRuleRequest.Builder (0.95.0)

public static final class GetEventEditRuleRequest.Builder extends GeneratedMessage.Builder<GetEventEditRuleRequest.Builder> implements GetEventEditRuleRequestOrBuilder

Request message for GetEventEditRule RPC.

Protobuf type google.analytics.admin.v1alpha.GetEventEditRuleRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetEventEditRuleRequest build()
Returns
Type Description
GetEventEditRuleRequest

buildPartial()

public GetEventEditRuleRequest buildPartial()
Returns
Type Description
GetEventEditRuleRequest

clear()

public GetEventEditRuleRequest.Builder clear()
Returns
Type Description
GetEventEditRuleRequest.Builder
Overrides

clearName()

public GetEventEditRuleRequest.Builder clearName()

Required. The name of the EventEditRule to get. Example format: properties/123/dataStreams/456/eventEditRules/789

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

Returns
Type Description
GetEventEditRuleRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetEventEditRuleRequest getDefaultInstanceForType()
Returns
Type Description
GetEventEditRuleRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the EventEditRule to get. Example format: properties/123/dataStreams/456/eventEditRules/789

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the EventEditRule to get. Example format: properties/123/dataStreams/456/eventEditRules/789

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetEventEditRuleRequest other)

public GetEventEditRuleRequest.Builder mergeFrom(GetEventEditRuleRequest other)
Parameter
Name Description
other GetEventEditRuleRequest
Returns
Type Description
GetEventEditRuleRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetEventEditRuleRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetEventEditRuleRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetEventEditRuleRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetEventEditRuleRequest.Builder
Overrides

setName(String value)

public GetEventEditRuleRequest.Builder setName(String value)

Required. The name of the EventEditRule to get. Example format: properties/123/dataStreams/456/eventEditRules/789

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetEventEditRuleRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetEventEditRuleRequest.Builder setNameBytes(ByteString value)

Required. The name of the EventEditRule to get. Example format: properties/123/dataStreams/456/eventEditRules/789

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetEventEditRuleRequest.Builder

This builder for chaining.