Class UpdateExpandedDataSetRequest (0.43.0)

publicfinalclassUpdateExpandedDataSetRequestextendsGeneratedMessageV3implementsUpdateExpandedDataSetRequestOrBuilder

Request message for UpdateExpandedDataSet RPC.

Protobuf type google.analytics.admin.v1alpha.UpdateExpandedDataSetRequest

Static Fields

EXPANDED_DATA_SET_FIELD_NUMBER

publicstaticfinalintEXPANDED_DATA_SET_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_MASK_FIELD_NUMBER

publicstaticfinalintUPDATE_MASK_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticUpdateExpandedDataSetRequestgetDefaultInstance()
Returns
TypeDescription
UpdateExpandedDataSetRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticUpdateExpandedDataSetRequest.BuildernewBuilder()
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

newBuilder(UpdateExpandedDataSetRequest prototype)

publicstaticUpdateExpandedDataSetRequest.BuildernewBuilder(UpdateExpandedDataSetRequestprototype)
Parameter
NameDescription
prototypeUpdateExpandedDataSetRequest
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticUpdateExpandedDataSetRequestparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateExpandedDataSetRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticUpdateExpandedDataSetRequestparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateExpandedDataSetRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticUpdateExpandedDataSetRequestparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateExpandedDataSetRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticUpdateExpandedDataSetRequestparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateExpandedDataSetRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticUpdateExpandedDataSetRequestparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateExpandedDataSetRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticUpdateExpandedDataSetRequestparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateExpandedDataSetRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<UpdateExpandedDataSetRequest>parser()
Returns
TypeDescription
Parser<UpdateExpandedDataSetRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicUpdateExpandedDataSetRequestgetDefaultInstanceForType()
Returns
TypeDescription
UpdateExpandedDataSetRequest

getExpandedDataSet()

publicExpandedDataSetgetExpandedDataSet()

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExpandedDataSet

The expandedDataSet.

getExpandedDataSetOrBuilder()

publicExpandedDataSetOrBuildergetExpandedDataSetOrBuilder()

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExpandedDataSetOrBuilder

getParserForType()

publicParser<UpdateExpandedDataSetRequest>getParserForType()
Returns
TypeDescription
Parser<UpdateExpandedDataSetRequest>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

getUpdateMask()

publicFieldMaskgetUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicFieldMaskOrBuildergetUpdateMaskOrBuilder()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasExpandedDataSet()

publicbooleanhasExpandedDataSet()

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the expandedDataSet field is set.

hasUpdateMask()

publicbooleanhasUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicUpdateExpandedDataSetRequest.BuildernewBuilderForType()
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedUpdateExpandedDataSetRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicUpdateExpandedDataSetRequest.BuildertoBuilder()
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException