public static final class ChannelProfile.PersonaProperty extends GeneratedMessage implements ChannelProfile.PersonaPropertyOrBuilderRepresents the persona property of a channel.
Protobuf type google.cloud.ces.v1.ChannelProfile.PersonaProperty
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ChannelProfile.PersonaPropertyImplements
ChannelProfile.PersonaPropertyOrBuilderStatic Fields
PERSONA_FIELD_NUMBER
public static final int PERSONA_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ChannelProfile.PersonaProperty getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ChannelProfile.PersonaProperty.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty.Builder |
|
newBuilder(ChannelProfile.PersonaProperty prototype)
public static ChannelProfile.PersonaProperty.Builder newBuilder(ChannelProfile.PersonaProperty prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ChannelProfile.PersonaProperty |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty.Builder |
|
parseDelimitedFrom(InputStream input)
public static ChannelProfile.PersonaProperty parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChannelProfile.PersonaProperty parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ChannelProfile.PersonaProperty parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChannelProfile.PersonaProperty parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ChannelProfile.PersonaProperty parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChannelProfile.PersonaProperty parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ChannelProfile.PersonaProperty parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ChannelProfile.PersonaProperty parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ChannelProfile.PersonaProperty parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChannelProfile.PersonaProperty parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ChannelProfile.PersonaProperty parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChannelProfile.PersonaProperty parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ChannelProfile.PersonaProperty> parser()| Returns | |
|---|---|
| Type | Description |
Parser<PersonaProperty> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ChannelProfile.PersonaProperty getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty |
|
getParserForType()
public Parser<ChannelProfile.PersonaProperty> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<PersonaProperty> |
|
getPersona()
public ChannelProfile.PersonaProperty.Persona getPersona()Optional. The persona of the channel.
.google.cloud.ces.v1.ChannelProfile.PersonaProperty.Persona persona = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty.Persona |
The persona. |
getPersonaValue()
public int getPersonaValue()Optional. The persona of the channel.
.google.cloud.ces.v1.ChannelProfile.PersonaProperty.Persona persona = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for persona. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ChannelProfile.PersonaProperty.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ChannelProfile.PersonaProperty.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty.Builder |
|
toBuilder()
public ChannelProfile.PersonaProperty.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ChannelProfile.PersonaProperty.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|