Package com.google.cloud.aiplatform.v1
Interface SyntheticFieldOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SyntheticField,SyntheticField.Builder
@Generated
public interface SyntheticFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.Optional.com.google.protobuf.ByteStringOptional.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
-
getFieldName
String getFieldName()Optional. The name of the field.
string field_name = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The fieldName.
-
getFieldNameBytes
com.google.protobuf.ByteString getFieldNameBytes()Optional. The name of the field.
string field_name = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for fieldName.
-
hasContent
boolean hasContent()Required. The content of the field.
.google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the content field is set.
-
getContent
Content getContent()Required. The content of the field.
.google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The content.
-
getContentOrBuilder
ContentOrBuilder getContentOrBuilder()Required. The content of the field.
.google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
-