public final class AppSnapshot extends GeneratedMessage implements AppSnapshotOrBuilder
A snapshot of the app.
Protobuf type google.cloud.ces.v1.AppSnapshot
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AGENTS_FIELD_NUMBER
public static final int AGENTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
APP_FIELD_NUMBER
public static final int APP_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EXAMPLES_FIELD_NUMBER
public static final int EXAMPLES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
GUARDRAILS_FIELD_NUMBER
public static final int GUARDRAILS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TOOLSETS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TOOLS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AppSnapshot getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AppSnapshot.Builder newBuilder()
newBuilder(AppSnapshot prototype)
public static AppSnapshot.Builder newBuilder(AppSnapshot prototype)
public static AppSnapshot parseDelimitedFrom(InputStream input)
public static AppSnapshot parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AppSnapshot parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppSnapshot parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AppSnapshot parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppSnapshot parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppSnapshot parseFrom(CodedInputStream input)
public static AppSnapshot parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AppSnapshot parseFrom(InputStream input)
public static AppSnapshot parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AppSnapshot parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppSnapshot parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AppSnapshot> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAgents(int index)
public Agent getAgents(int index)
Optional. List of agents in the app.
repeated .google.cloud.ces.v1.Agent agents = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Agent |
|
getAgentsCount()
public int getAgentsCount()
Optional. List of agents in the app.
repeated .google.cloud.ces.v1.Agent agents = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getAgentsList()
public List<Agent> getAgentsList()
Optional. List of agents in the app.
repeated .google.cloud.ces.v1.Agent agents = 2 [(.google.api.field_behavior) = OPTIONAL];
getAgentsOrBuilder(int index)
public AgentOrBuilder getAgentsOrBuilder(int index)
Optional. List of agents in the app.
repeated .google.cloud.ces.v1.Agent agents = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getAgentsOrBuilderList()
public List<? extends AgentOrBuilder> getAgentsOrBuilderList()
Optional. List of agents in the app.
repeated .google.cloud.ces.v1.Agent agents = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1.AgentOrBuilder> |
|
getApp()
Optional. The basic settings for the app.
.google.cloud.ces.v1.App app = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
App |
The app.
|
getAppOrBuilder()
public AppOrBuilder getAppOrBuilder()
Optional. The basic settings for the app.
.google.cloud.ces.v1.App app = 1 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public AppSnapshot getDefaultInstanceForType()
getExamples(int index)
public Example getExamples(int index)
Optional. List of examples in the app.
repeated .google.cloud.ces.v1.Example examples = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getExamplesCount()
public int getExamplesCount()
Optional. List of examples in the app.
repeated .google.cloud.ces.v1.Example examples = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getExamplesList()
public List<Example> getExamplesList()
Optional. List of examples in the app.
repeated .google.cloud.ces.v1.Example examples = 4 [(.google.api.field_behavior) = OPTIONAL];
getExamplesOrBuilder(int index)
public ExampleOrBuilder getExamplesOrBuilder(int index)
Optional. List of examples in the app.
repeated .google.cloud.ces.v1.Example examples = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getExamplesOrBuilderList()
public List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
Optional. List of examples in the app.
repeated .google.cloud.ces.v1.Example examples = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1.ExampleOrBuilder> |
|
getGuardrails(int index)
public Guardrail getGuardrails(int index)
Optional. List of guardrails in the app.
repeated .google.cloud.ces.v1.Guardrail guardrails = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getGuardrailsCount()
public int getGuardrailsCount()
Optional. List of guardrails in the app.
repeated .google.cloud.ces.v1.Guardrail guardrails = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getGuardrailsList()
public List<Guardrail> getGuardrailsList()
Optional. List of guardrails in the app.
repeated .google.cloud.ces.v1.Guardrail guardrails = 5 [(.google.api.field_behavior) = OPTIONAL];
getGuardrailsOrBuilder(int index)
public GuardrailOrBuilder getGuardrailsOrBuilder(int index)
Optional. List of guardrails in the app.
repeated .google.cloud.ces.v1.Guardrail guardrails = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getGuardrailsOrBuilderList()
public List<? extends GuardrailOrBuilder> getGuardrailsOrBuilderList()
Optional. List of guardrails in the app.
repeated .google.cloud.ces.v1.Guardrail guardrails = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1.GuardrailOrBuilder> |
|
getParserForType()
public Parser<AppSnapshot> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public Tool getTools(int index)
Optional. List of tools in the app.
repeated .google.cloud.ces.v1.Tool tools = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Tool |
|
public int getToolsCount()
Optional. List of tools in the app.
repeated .google.cloud.ces.v1.Tool tools = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
public List<Tool> getToolsList()
Optional. List of tools in the app.
repeated .google.cloud.ces.v1.Tool tools = 3 [(.google.api.field_behavior) = OPTIONAL];
public ToolOrBuilder getToolsOrBuilder(int index)
Optional. List of tools in the app.
repeated .google.cloud.ces.v1.Tool tools = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends ToolOrBuilder> getToolsOrBuilderList()
Optional. List of tools in the app.
repeated .google.cloud.ces.v1.Tool tools = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1.ToolOrBuilder> |
|
public Toolset getToolsets(int index)
Optional. List of toolsets in the app.
repeated .google.cloud.ces.v1.Toolset toolsets = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
public int getToolsetsCount()
Optional. List of toolsets in the app.
repeated .google.cloud.ces.v1.Toolset toolsets = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
public List<Toolset> getToolsetsList()
Optional. List of toolsets in the app.
repeated .google.cloud.ces.v1.Toolset toolsets = 6 [(.google.api.field_behavior) = OPTIONAL];
public ToolsetOrBuilder getToolsetsOrBuilder(int index)
Optional. List of toolsets in the app.
repeated .google.cloud.ces.v1.Toolset toolsets = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends ToolsetOrBuilder> getToolsetsOrBuilderList()
Optional. List of toolsets in the app.
repeated .google.cloud.ces.v1.Toolset toolsets = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1.ToolsetOrBuilder> |
|
hasApp()
Optional. The basic settings for the app.
.google.cloud.ces.v1.App app = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the app field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AppSnapshot.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AppSnapshot.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public AppSnapshot.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides