Interface CalculateCoverageRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CalculateCoverageRequest
,CalculateCoverageRequest.Builder
public interface CalculateCoverageRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAgent()
Required.com.google.protobuf.ByteString
getAgentBytes()
Required.CalculateCoverageRequest.CoverageType
getType()
Required.int
getTypeValue()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAgent
String getAgent()
Required. The agent to calculate coverage for. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
string agent = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The agent.
-
getAgentBytes
com.google.protobuf.ByteString getAgentBytes()
Required. The agent to calculate coverage for. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
string agent = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for agent.
-
getTypeValue
int getTypeValue()
Required. The type of coverage requested.
.google.cloud.dialogflow.cx.v3beta1.CalculateCoverageRequest.CoverageType type = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The enum numeric value on the wire for type.
-
getType
CalculateCoverageRequest.CoverageType getType()
Required. The type of coverage requested.
.google.cloud.dialogflow.cx.v3beta1.CalculateCoverageRequest.CoverageType type = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The type.
-
-