public static interface OSPolicy.Resource.FileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowInsecure()
Defaults to false.
|
OSPolicy.Resource.File.Gcs |
getGcs()
A Cloud Storage object.
|
OSPolicy.Resource.File.GcsOrBuilder |
getGcsOrBuilder()
A Cloud Storage object.
|
String |
getLocalPath()
A local path within the VM to use.
|
com.google.protobuf.ByteString |
getLocalPathBytes()
A local path within the VM to use.
|
OSPolicy.Resource.File.Remote |
getRemote()
A generic remote file.
|
OSPolicy.Resource.File.RemoteOrBuilder |
getRemoteOrBuilder()
A generic remote file.
|
OSPolicy.Resource.File.TypeCase |
getTypeCase() |
boolean |
hasGcs()
A Cloud Storage object.
|
boolean |
hasLocalPath()
A local path within the VM to use.
|
boolean |
hasRemote()
A generic remote file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRemote()
A generic remote file.
.google.cloud.osconfig.v1.OSPolicy.Resource.File.Remote remote = 1;OSPolicy.Resource.File.Remote getRemote()
A generic remote file.
.google.cloud.osconfig.v1.OSPolicy.Resource.File.Remote remote = 1;OSPolicy.Resource.File.RemoteOrBuilder getRemoteOrBuilder()
A generic remote file.
.google.cloud.osconfig.v1.OSPolicy.Resource.File.Remote remote = 1;boolean hasGcs()
A Cloud Storage object.
.google.cloud.osconfig.v1.OSPolicy.Resource.File.Gcs gcs = 2;OSPolicy.Resource.File.Gcs getGcs()
A Cloud Storage object.
.google.cloud.osconfig.v1.OSPolicy.Resource.File.Gcs gcs = 2;OSPolicy.Resource.File.GcsOrBuilder getGcsOrBuilder()
A Cloud Storage object.
.google.cloud.osconfig.v1.OSPolicy.Resource.File.Gcs gcs = 2;boolean hasLocalPath()
A local path within the VM to use.
string local_path = 3;String getLocalPath()
A local path within the VM to use.
string local_path = 3;com.google.protobuf.ByteString getLocalPathBytes()
A local path within the VM to use.
string local_path = 3;boolean getAllowInsecure()
Defaults to false. When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified.
bool allow_insecure = 4;OSPolicy.Resource.File.TypeCase getTypeCase()
Copyright © 2023 Google LLC. All rights reserved.