public static final class OSPolicy.Resource.File.Remote extends GeneratedMessageV3 implements OSPolicy.Resource.File.RemoteOrBuilder
Specifies a file available via some URI.
Protobuf type google.cloud.osconfig.v1.OSPolicy.Resource.File.Remote
Static Fields
SHA256_CHECKSUM_FIELD_NUMBER
public static final int SHA256_CHECKSUM_FIELD_NUMBER
Field Value
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OSPolicy.Resource.File.Remote getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static OSPolicy.Resource.File.Remote.Builder newBuilder()
Returns
newBuilder(OSPolicy.Resource.File.Remote prototype)
public static OSPolicy.Resource.File.Remote.Builder newBuilder(OSPolicy.Resource.File.Remote prototype)
Parameter
Returns
public static OSPolicy.Resource.File.Remote parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.Resource.File.Remote parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OSPolicy.Resource.File.Remote parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.File.Remote parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OSPolicy.Resource.File.Remote parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.File.Remote parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OSPolicy.Resource.File.Remote parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.Resource.File.Remote parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OSPolicy.Resource.File.Remote parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.Resource.File.Remote parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OSPolicy.Resource.File.Remote parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.File.Remote parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<OSPolicy.Resource.File.Remote> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public OSPolicy.Resource.File.Remote getDefaultInstanceForType()
Returns
getParserForType()
public Parser<OSPolicy.Resource.File.Remote> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSha256Checksum()
public String getSha256Checksum()
SHA256 checksum of the remote file.
string sha256_checksum = 2;
Returns
Type | Description |
String | The sha256Checksum.
|
getSha256ChecksumBytes()
public ByteString getSha256ChecksumBytes()
SHA256 checksum of the remote file.
string sha256_checksum = 2;
Returns
Type | Description |
ByteString | The bytes for sha256Checksum.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUri()
Required. URI from which to fetch the object. It should contain both
the protocol and path following the format {protocol}://{location}
.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getUriBytes()
public ByteString getUriBytes()
Required. URI from which to fetch the object. It should contain both
the protocol and path following the format {protocol}://{location}
.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public OSPolicy.Resource.File.Remote.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicy.Resource.File.Remote.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public OSPolicy.Resource.File.Remote.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions