Send feedback
Class CreateCustomMetricRequest.Builder (0.55.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.55.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 within the Google Analytics Admin v1beta Java library, displaying version history and detailed API information."],["The latest version available is 0.70.0, and the page lists historical versions down to 0.14.0, with links to their respective documentation."],["The `CreateCustomMetricRequest.Builder` class is used to build request messages for the `CreateCustomMetric` RPC method, inheriting from `GeneratedMessageV3.Builder` and implementing `CreateCustomMetricRequestOrBuilder`."],["The documentation includes detailed information about the class's methods, including how to add, build, clear, set and get values, merge fields, and handle unknown fields, enabling developers to use this class effectively."],["The `CreateCustomMetricRequest.Builder` requires the use of both a parent and customMetric when building the `CreateCustomMetricRequest` object."]]],[]]