Class DeleteExpandedDataSetRequest (0.70.0)

publicfinalclassDeleteExpandedDataSetRequestextendsGeneratedMessageV3implementsDeleteExpandedDataSetRequestOrBuilder

Request message for DeleteExpandedDataSet RPC.

Protobuf type google.analytics.admin.v1alpha.DeleteExpandedDataSetRequest

Static Fields

NAME_FIELD_NUMBER

publicstaticfinalintNAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticDeleteExpandedDataSetRequestgetDefaultInstance()
Returns
TypeDescription
DeleteExpandedDataSetRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticDeleteExpandedDataSetRequest.BuildernewBuilder()
Returns
TypeDescription
DeleteExpandedDataSetRequest.Builder

newBuilder(DeleteExpandedDataSetRequest prototype)

publicstaticDeleteExpandedDataSetRequest.BuildernewBuilder(DeleteExpandedDataSetRequestprototype)
Parameter
NameDescription
prototypeDeleteExpandedDataSetRequest
Returns
TypeDescription
DeleteExpandedDataSetRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticDeleteExpandedDataSetRequestparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticDeleteExpandedDataSetRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticDeleteExpandedDataSetRequestparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

publicstaticDeleteExpandedDataSetRequestparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticDeleteExpandedDataSetRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticDeleteExpandedDataSetRequestparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticDeleteExpandedDataSetRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticDeleteExpandedDataSetRequestparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticDeleteExpandedDataSetRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticDeleteExpandedDataSetRequestparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticDeleteExpandedDataSetRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteExpandedDataSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicDeleteExpandedDataSetRequestgetDefaultInstanceForType()
Returns
TypeDescription
DeleteExpandedDataSetRequest

getName()

publicStringgetName()

Required. Example format: properties/1234/expandedDataSets/5678

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

publicByteStringgetNameBytes()

Required. Example format: properties/1234/expandedDataSets/5678

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicDeleteExpandedDataSetRequest.BuildernewBuilderForType()
Returns
TypeDescription
DeleteExpandedDataSetRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedDeleteExpandedDataSetRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DeleteExpandedDataSetRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

publicDeleteExpandedDataSetRequest.BuildertoBuilder()
Returns
TypeDescription
DeleteExpandedDataSetRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException