public final class Label extends GeneratedMessageV3 implements LabelOrBuilder
A Label is additional information that can be added to an entity.
Protobuf type google.ads.admanager.v1.Label
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
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Label getDefaultInstance()
Returns |
Type |
Description |
Label |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Label.Builder newBuilder()
newBuilder(Label prototype)
public static Label.Builder newBuilder(Label prototype)
Parameter |
Name |
Description |
prototype |
Label
|
public static Label parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Label |
|
public static Label parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Label |
|
parseFrom(byte[] data)
public static Label parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Label |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Label parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Label |
|
parseFrom(ByteString data)
public static Label parseFrom(ByteString data)
Returns |
Type |
Description |
Label |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Label parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Label |
|
public static Label parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Label |
|
public static Label parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Label |
|
public static Label parseFrom(InputStream input)
Returns |
Type |
Description |
Label |
|
public static Label parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Label |
|
parseFrom(ByteBuffer data)
public static Label parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Label |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Label parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Label |
|
parser()
public static Parser<Label> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Label getDefaultInstanceForType()
Returns |
Type |
Description |
Label |
|
getName()
Identifier. The resource name of the Label
.
Format: networks/{network_code}/labels/{label_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The resource name of the Label
.
Format: networks/{network_code}/labels/{label_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<Label> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Label.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Label.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Label.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides