Package org.a2aproject.sdk.compat03.grpc
Interface FilePartOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FilePart,FilePart.Builder
@Generated
public interface FilePartOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes file_with_bytes = 2;string file_with_uri = 1;com.google.protobuf.ByteStringstring file_with_uri = 1;string mime_type = 3;com.google.protobuf.ByteStringstring mime_type = 3;booleanbytes file_with_bytes = 2;booleanstring file_with_uri = 1;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
-
hasFileWithUri
boolean hasFileWithUri()string file_with_uri = 1;- Returns:
- Whether the fileWithUri field is set.
-
getFileWithUri
String getFileWithUri()string file_with_uri = 1;- Returns:
- The fileWithUri.
-
getFileWithUriBytes
com.google.protobuf.ByteString getFileWithUriBytes()string file_with_uri = 1;- Returns:
- The bytes for fileWithUri.
-
hasFileWithBytes
boolean hasFileWithBytes()bytes file_with_bytes = 2;- Returns:
- Whether the fileWithBytes field is set.
-
getFileWithBytes
com.google.protobuf.ByteString getFileWithBytes()bytes file_with_bytes = 2;- Returns:
- The fileWithBytes.
-
getMimeType
String getMimeType()string mime_type = 3;- Returns:
- The mimeType.
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()string mime_type = 3;- Returns:
- The bytes for mimeType.
-
getFileCase
FilePart.FileCase getFileCase()
-