Send feedback
Class CreateCustomMetricRequest.Builder (0.56.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.56.0 keyboard_arrow_down
public static final class CreateCustomMetricRequest . Builder extends GeneratedMessageV3 . Builder<CreateCustomMetricRequest . Builder > implements CreateCustomMetricRequestOrBuilder
Request message for CreateCustomMetric RPC.
Protobuf type google.analytics.admin.v1beta.CreateCustomMetricRequest
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 CreateCustomMetricRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public CreateCustomMetricRequest build ()
buildPartial()
public CreateCustomMetricRequest buildPartial ()
clear()
public CreateCustomMetricRequest . Builder clear ()
Overrides
clearCustomMetric()
public CreateCustomMetricRequest . Builder clearCustomMetric ()
Required. The CustomMetric to create.
.google.analytics.admin.v1beta.CustomMetric custom_metric = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public CreateCustomMetricRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateCustomMetricRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearParent()
public CreateCustomMetricRequest . Builder clearParent ()
Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public CreateCustomMetricRequest . Builder clone ()
Overrides
getCustomMetric()
public CustomMetric getCustomMetric ()
Required. The CustomMetric to create.
.google.analytics.admin.v1beta.CustomMetric custom_metric = 2 [(.google.api.field_behavior) = REQUIRED];
getCustomMetricBuilder()
public CustomMetric . Builder getCustomMetricBuilder ()
Required. The CustomMetric to create.
.google.analytics.admin.v1beta.CustomMetric custom_metric = 2 [(.google.api.field_behavior) = REQUIRED];
getCustomMetricOrBuilder()
public CustomMetricOrBuilder getCustomMetricOrBuilder ()
Required. The CustomMetric to create.
.google.analytics.admin.v1beta.CustomMetric custom_metric = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public CreateCustomMetricRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getParent()
public String getParent ()
Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for parent.
hasCustomMetric()
public boolean hasCustomMetric ()
Required. The CustomMetric to create.
.google.analytics.admin.v1beta.CustomMetric custom_metric = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the customMetric field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeCustomMetric(CustomMetric value)
public CreateCustomMetricRequest . Builder mergeCustomMetric ( CustomMetric value )
Required. The CustomMetric to create.
.google.analytics.admin.v1beta.CustomMetric custom_metric = 2 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(CreateCustomMetricRequest other)
public CreateCustomMetricRequest . Builder mergeFrom ( CreateCustomMetricRequest other )
public CreateCustomMetricRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CreateCustomMetricRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateCustomMetricRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setCustomMetric(CustomMetric value)
public CreateCustomMetricRequest . Builder setCustomMetric ( CustomMetric value )
Required. The CustomMetric to create.
.google.analytics.admin.v1beta.CustomMetric custom_metric = 2 [(.google.api.field_behavior) = REQUIRED];
setCustomMetric(CustomMetric.Builder builderForValue)
public CreateCustomMetricRequest . Builder setCustomMetric ( CustomMetric . Builder builderForValue )
Required. The CustomMetric to create.
.google.analytics.admin.v1beta.CustomMetric custom_metric = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public CreateCustomMetricRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setParent(String value)
public CreateCustomMetricRequest . Builder setParent ( String value )
Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
String
The parent to set.
setParentBytes(ByteString value)
public CreateCustomMetricRequest . Builder setParentBytes ( ByteString value )
Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
ByteString
The bytes for parent to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateCustomMetricRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateCustomMetricRequest . 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-03-21 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-03-21 UTC."],[[["This webpage provides documentation for the `CreateCustomMetricRequest.Builder` class, part of the Google Analytics Admin API's Java client library."],["The latest version of the `CreateCustomMetricRequest.Builder` is 0.70.0, with links to documentation for various versions ranging from 0.70.0 down to 0.14.0."],["The `CreateCustomMetricRequest.Builder` class is used to build requests for creating custom metrics within the Google Analytics Admin API, extending from `GeneratedMessageV3.Builder`."],["The documentation outlines the class's methods for building, clearing, merging, and setting various fields related to the custom metric, such as parent and custom metric values."],["The class implements the CreateCustomMetricRequestOrBuilder interface and contains static methods such as getDescriptor(), with instance methods to interact with the custom metric building process, and methods for working with the protobuf library."]]],[]]