Send feedback
Class CreatePropertyRequest.Builder (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.18.0 keyboard_arrow_down
public static final class CreatePropertyRequest . Builder extends GeneratedMessageV3 . Builder<CreatePropertyRequest . Builder > implements CreatePropertyRequestOrBuilder
Request message for CreateProperty RPC.
Protobuf type google.analytics.admin.v1alpha.CreatePropertyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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 ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreatePropertyRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public CreatePropertyRequest build ()
Returns
buildPartial()
public CreatePropertyRequest buildPartial ()
Returns
clear()
public CreatePropertyRequest . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public CreatePropertyRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreatePropertyRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearProperty()
public CreatePropertyRequest . Builder clearProperty ()
Required. The property to create.
Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clone()
public CreatePropertyRequest . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public CreatePropertyRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getProperty()
public Property getProperty ()
Required. The property to create.
Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getPropertyBuilder()
public Property . Builder getPropertyBuilder ()
Required. The property to create.
Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getPropertyOrBuilder()
public PropertyOrBuilder getPropertyOrBuilder ()
Required. The property to create.
Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
hasProperty()
public boolean hasProperty ()
Required. The property to create.
Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description boolean Whether the property field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(CreatePropertyRequest other)
public CreatePropertyRequest . Builder mergeFrom ( CreatePropertyRequest other )
Parameter
Returns
public CreatePropertyRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CreatePropertyRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeProperty(Property value)
public CreatePropertyRequest . Builder mergeProperty ( Property value )
Required. The property to create.
Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreatePropertyRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CreatePropertyRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setProperty(Property value)
public CreatePropertyRequest . Builder setProperty ( Property value )
Required. The property to create.
Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setProperty(Property.Builder builderForValue)
public CreatePropertyRequest . Builder setProperty ( Property . Builder builderForValue )
Required. The property to create.
Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreatePropertyRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreatePropertyRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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 webpage provides documentation for the `CreatePropertyRequest.Builder` class within the `google.analytics.admin.v1alpha` package, specifically for the Java programming language."],["The `CreatePropertyRequest.Builder` class is used to construct requests for creating properties in the Google Analytics Admin API, and it extends the `GeneratedMessageV3.Builder` class while implementing `CreatePropertyRequestOrBuilder`."],["The page lists all available versions of this documentation, ranging from version 0.14.0 up to the latest version 0.70.0, allowing users to find the documentation relevant to their project's dependency version."],["The documentation details various methods available in the `CreatePropertyRequest.Builder` class, including methods for building, clearing, and merging property data, as well as managing fields and unknown fields, offering a comprehensive guide to using this class."],["The class includes information on how to set a required property to be created as well as inherited methods from parent classes such as `AbstractMessage.Builder` and `GeneratedMessageV3.Builder` that are available in the `CreatePropertyRequest.Builder` class."]]],[]]