Class SetPropertyServiceLevelRequest (0.4.0)

publicfinalclass SetPropertyServiceLevelRequestextendsGeneratedMessageV3implementsSetPropertyServiceLevelRequestOrBuilder

Request message for SetPropertyServiceLevel RPC.

Protobuf type google.marketingplatform.admin.v1alpha.SetPropertyServiceLevelRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SetPropertyServiceLevelRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

publicstaticfinalintANALYTICS_ACCOUNT_LINK_FIELD_NUMBER
Field Value
Type Description
int

ANALYTICS_PROPERTY_FIELD_NUMBER

publicstaticfinalintANALYTICS_PROPERTY_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_LEVEL_FIELD_NUMBER

publicstaticfinalintSERVICE_LEVEL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticSetPropertyServiceLevelRequestgetDefaultInstance()
Returns
Type Description
SetPropertyServiceLevelRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticSetPropertyServiceLevelRequest.BuildernewBuilder()
Returns
Type Description
SetPropertyServiceLevelRequest.Builder

newBuilder(SetPropertyServiceLevelRequest prototype)

publicstaticSetPropertyServiceLevelRequest.BuildernewBuilder(SetPropertyServiceLevelRequestprototype)
Parameter
Name Description
prototype SetPropertyServiceLevelRequest
Returns
Type Description
SetPropertyServiceLevelRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticSetPropertyServiceLevelRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticSetPropertyServiceLevelRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticSetPropertyServiceLevelRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticSetPropertyServiceLevelRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticSetPropertyServiceLevelRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticSetPropertyServiceLevelRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticSetPropertyServiceLevelRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticSetPropertyServiceLevelRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticSetPropertyServiceLevelRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticSetPropertyServiceLevelRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticSetPropertyServiceLevelRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticSetPropertyServiceLevelRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SetPropertyServiceLevelRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<SetPropertyServiceLevelRequest>parser()
Returns
Type Description
Parser<SetPropertyServiceLevelRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides
publicStringgetAnalyticsAccountLink()

Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}

string analytics_account_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The analyticsAccountLink.

getAnalyticsAccountLinkBytes()

publicByteStringgetAnalyticsAccountLinkBytes()

Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}

string analytics_account_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for analyticsAccountLink.

getAnalyticsProperty()

publicStringgetAnalyticsProperty()

Required. The Analytics property to change the ServiceLevel setting. This field is the name of the Google Analytics Admin API property resource.

Format: analyticsadmin.googleapis.com/properties/{property_id}

string analytics_property = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The analyticsProperty.

getAnalyticsPropertyBytes()

publicByteStringgetAnalyticsPropertyBytes()

Required. The Analytics property to change the ServiceLevel setting. This field is the name of the Google Analytics Admin API property resource.

Format: analyticsadmin.googleapis.com/properties/{property_id}

string analytics_property = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for analyticsProperty.

getDefaultInstanceForType()

publicSetPropertyServiceLevelRequestgetDefaultInstanceForType()
Returns
Type Description
SetPropertyServiceLevelRequest

getParserForType()

publicParser<SetPropertyServiceLevelRequest>getParserForType()
Returns
Type Description
Parser<SetPropertyServiceLevelRequest>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getServiceLevel()

publicAnalyticsServiceLevelgetServiceLevel()

Required. The service level to set for this property.

.google.marketingplatform.admin.v1alpha.AnalyticsServiceLevel service_level = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AnalyticsServiceLevel

The serviceLevel.

getServiceLevelValue()

publicintgetServiceLevelValue()

Required. The service level to set for this property.

.google.marketingplatform.admin.v1alpha.AnalyticsServiceLevel service_level = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for serviceLevel.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicSetPropertyServiceLevelRequest.BuildernewBuilderForType()
Returns
Type Description
SetPropertyServiceLevelRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedSetPropertyServiceLevelRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SetPropertyServiceLevelRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicSetPropertyServiceLevelRequest.BuildertoBuilder()
Returns
Type Description
SetPropertyServiceLevelRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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年11月19日 UTC.