Package com.google.pubsub.v1
Interface IngestionDataSourceSettings.CloudStorage.TextFormatOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestionDataSourceSettings.CloudStorage.TextFormat,IngestionDataSourceSettings.CloudStorage.TextFormat.Builder
- Enclosing class:
- IngestionDataSourceSettings.CloudStorage
public static interface IngestionDataSourceSettings.CloudStorage.TextFormatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.booleanOptional.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
-
hasDelimiter
boolean hasDelimiter()Optional. When unset, '\n' is used.
optional string delimiter = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the delimiter field is set.
-
getDelimiter
String getDelimiter()Optional. When unset, '\n' is used.
optional string delimiter = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The delimiter.
-
getDelimiterBytes
com.google.protobuf.ByteString getDelimiterBytes()Optional. When unset, '\n' is used.
optional string delimiter = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for delimiter.
-