Interface ContentsExample.ExpectedContentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContentsExample.ExpectedContent,ContentsExample.ExpectedContent.Builder
- Enclosing class:
- ContentsExample
public static interface ContentsExample.ExpectedContentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.booleanRequired.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
-
hasContent
boolean hasContent()Required. A single step's content.
.google.cloud.aiplatform.v1beta1.Content content = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the content field is set.
-
getContent
Content getContent()Required. A single step's content.
.google.cloud.aiplatform.v1beta1.Content content = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The content.
-
getContentOrBuilder
ContentOrBuilder getContentOrBuilder()Required. A single step's content.
.google.cloud.aiplatform.v1beta1.Content content = 1 [(.google.api.field_behavior) = REQUIRED];
-