Class CreatePropertyRequest.Builder (0.95.0)

public static final class CreatePropertyRequest.Builder extends GeneratedMessage.Builder<CreatePropertyRequest.Builder> implements CreatePropertyRequestOrBuilder

Request message for CreateProperty RPC.

Protobuf type google.analytics.admin.v1beta.CreatePropertyRequest

Static Methods

getDescriptor()

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

Methods

build()

public CreatePropertyRequest build()
Returns
Type Description
CreatePropertyRequest

buildPartial()

public CreatePropertyRequest buildPartial()
Returns
Type Description
CreatePropertyRequest

clear()

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

clearProperty()

public CreatePropertyRequest.Builder clearProperty()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreatePropertyRequest.Builder

getDefaultInstanceForType()

public CreatePropertyRequest getDefaultInstanceForType()
Returns
Type Description
CreatePropertyRequest

getDescriptorForType()

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

getProperty()

public Property getProperty()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Property

The property.

getPropertyBuilder()

public Property.Builder getPropertyBuilder()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Property.Builder

getPropertyOrBuilder()

public PropertyOrBuilder getPropertyOrBuilder()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PropertyOrBuilder

hasProperty()

public boolean hasProperty()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the property field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreatePropertyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public CreatePropertyRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreatePropertyRequest.Builder
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.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Property
Returns
Type Description
CreatePropertyRequest.Builder

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.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Property
Returns
Type Description
CreatePropertyRequest.Builder

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.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Property.Builder
Returns
Type Description
CreatePropertyRequest.Builder