public final class

ResourceProto.AndroidImageResourceByContentUri

extends <any>

implements ResourceProto.AndroidImageResourceByContentUriOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ResourceProto.AndroidImageResourceByContentUri

Overview

 An image to be loaded from a ContentProvider, by content URI.
 
Protobuf type androidx.wear.protolayout.proto.AndroidImageResourceByContentUri

Summary

Fields
public static final intCONTENT_URI_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public java.lang.StringgetContentUri()

 The content URI to use, on the format content://authority/resource.

public com.google.protobuf.ByteStringgetContentUriBytes()

 The content URI to use, on the format content://authority/resource.

public static ResourceProto.AndroidImageResourceByContentUrigetDefaultInstance()

public static ResourceProto.AndroidImageResourceByContentUri.BuildernewBuilder()

public static ResourceProto.AndroidImageResourceByContentUri.BuildernewBuilder(ResourceProto.AndroidImageResourceByContentUri prototype)

public static ResourceProto.AndroidImageResourceByContentUriparseDelimitedFrom(java.io.InputStream input)

public static ResourceProto.AndroidImageResourceByContentUriparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUriparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUriparseFrom(java.nio.ByteBuffer data)

public static ResourceProto.AndroidImageResourceByContentUriparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUriparseFrom(com.google.protobuf.ByteString data)

public static ResourceProto.AndroidImageResourceByContentUriparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUriparseFrom(com.google.protobuf.CodedInputStream input)

public static ResourceProto.AndroidImageResourceByContentUriparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUriparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int CONTENT_URI_FIELD_NUMBER

Methods

public java.lang.String getContentUri()

 The content URI to use, on the format content://authority/resource.
 
string content_uri = 1;

Returns:

The contentUri.

public com.google.protobuf.ByteString getContentUriBytes()

 The content URI to use, on the format content://authority/resource.
 
string content_uri = 1;

Returns:

The bytes for contentUri.

public static ResourceProto.AndroidImageResourceByContentUri parseFrom(java.nio.ByteBuffer data)

public static ResourceProto.AndroidImageResourceByContentUri parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUri parseFrom(com.google.protobuf.ByteString data)

public static ResourceProto.AndroidImageResourceByContentUri parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUri parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUri parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUri parseDelimitedFrom(java.io.InputStream input)

public static ResourceProto.AndroidImageResourceByContentUri parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResourceProto.AndroidImageResourceByContentUri parseFrom(com.google.protobuf.CodedInputStream input)

public static ResourceProto.AndroidImageResourceByContentUri parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static ResourceProto.AndroidImageResourceByContentUri getDefaultInstance()

public static <any> parser()