public static interface ApiConfig.FileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContents()
The bytes that constitute the file.
|
String |
getPath()
The file path (full or relative path).
|
com.google.protobuf.ByteString |
getPathBytes()
The file path (full or relative path).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
The file path (full or relative path). This is typically the path of the file when it is uploaded.
string path = 1;com.google.protobuf.ByteString getPathBytes()
The file path (full or relative path). This is typically the path of the file when it is uploaded.
string path = 1;com.google.protobuf.ByteString getContents()
The bytes that constitute the file.
bytes contents = 2;Copyright © 2022 Google LLC. All rights reserved.