public final class DriveLinkData extends GeneratedMessageV3 implements DriveLinkDataOrBuilder
Data for Google Drive links.
Protobuf type google.chat.v1.DriveLinkData
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DRIVE_DATA_REF_FIELD_NUMBER
public static final int DRIVE_DATA_REF_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MIME_TYPE_FIELD_NUMBER
public static final int MIME_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static DriveLinkData getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DriveLinkData.Builder newBuilder()
newBuilder(DriveLinkData prototype)
public static DriveLinkData.Builder newBuilder(DriveLinkData prototype)
public static DriveLinkData parseDelimitedFrom(InputStream input)
public static DriveLinkData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DriveLinkData parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DriveLinkData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DriveLinkData parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DriveLinkData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DriveLinkData parseFrom(CodedInputStream input)
public static DriveLinkData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DriveLinkData parseFrom(InputStream input)
public static DriveLinkData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DriveLinkData parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DriveLinkData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DriveLinkData> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public DriveLinkData getDefaultInstanceForType()
getDriveDataRef()
public DriveDataRef getDriveDataRef()
A
DriveDataRef
which references a Google Drive file.
.google.chat.v1.DriveDataRef drive_data_ref = 1;
getDriveDataRefOrBuilder()
public DriveDataRefOrBuilder getDriveDataRefOrBuilder()
A
DriveDataRef
which references a Google Drive file.
.google.chat.v1.DriveDataRef drive_data_ref = 1;
getMimeType()
public String getMimeType()
The mime type of the linked Google Drive resource.
string mime_type = 2;
Returns |
---|
Type | Description |
String | The mimeType.
|
getMimeTypeBytes()
public ByteString getMimeTypeBytes()
The mime type of the linked Google Drive resource.
string mime_type = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for mimeType.
|
getParserForType()
public Parser<DriveLinkData> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasDriveDataRef()
public boolean hasDriveDataRef()
A
DriveDataRef
which references a Google Drive file.
.google.chat.v1.DriveDataRef drive_data_ref = 1;
Returns |
---|
Type | Description |
boolean | Whether the driveDataRef field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DriveLinkData.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DriveLinkData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public DriveLinkData.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides