Package com.google.cloud.aiplatform.v1
Interface GoogleMapsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GoogleMaps,GoogleMaps.Builder
@Generated
public interface GoogleMapsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf true, include the widget context token in the response.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEnableWidget
boolean getEnableWidget()If true, include the widget context token in the response.
bool enable_widget = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The enableWidget.
-