Package com.google.cloud.netapp.v1
Class SimpleExportPolicyRule
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.netapp.v1.SimpleExportPolicyRule
-
- All Implemented Interfaces:
SimpleExportPolicyRuleOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class SimpleExportPolicyRule extends com.google.protobuf.GeneratedMessageV3 implements SimpleExportPolicyRuleOrBuilder
An export policy rule describing various export options.
Protobuf typegoogle.cloud.netapp.v1.SimpleExportPolicyRule
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SimpleExportPolicyRule.Builder
An export policy rule describing various export options.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCESS_TYPE_FIELD_NUMBER
static int
ALLOWED_CLIENTS_FIELD_NUMBER
static int
HAS_ROOT_ACCESS_FIELD_NUMBER
static int
KERBEROS_5_READ_ONLY_FIELD_NUMBER
static int
KERBEROS_5_READ_WRITE_FIELD_NUMBER
static int
KERBEROS_5I_READ_ONLY_FIELD_NUMBER
static int
KERBEROS_5I_READ_WRITE_FIELD_NUMBER
static int
KERBEROS_5P_READ_ONLY_FIELD_NUMBER
static int
KERBEROS_5P_READ_WRITE_FIELD_NUMBER
static int
NFSV3_FIELD_NUMBER
static int
NFSV4_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
AccessType
getAccessType()
Access type (ReadWrite, ReadOnly, None)int
getAccessTypeValue()
Access type (ReadWrite, ReadOnly, None)String
getAllowedClients()
Comma separated list of allowed clients IP addressescom.google.protobuf.ByteString
getAllowedClientsBytes()
Comma separated list of allowed clients IP addressesstatic SimpleExportPolicyRule
getDefaultInstance()
SimpleExportPolicyRule
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getHasRootAccess()
Whether Unix root access will be granted.com.google.protobuf.ByteString
getHasRootAccessBytes()
Whether Unix root access will be granted.boolean
getKerberos5IReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification.boolean
getKerberos5IReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification.boolean
getKerberos5PReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification.boolean
getKerberos5PReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification.boolean
getKerberos5ReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification.boolean
getKerberos5ReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification.boolean
getNfsv3()
NFS V3 protocol.boolean
getNfsv4()
NFS V4 protocol.com.google.protobuf.Parser<SimpleExportPolicyRule>
getParserForType()
int
getSerializedSize()
boolean
hasAccessType()
Access type (ReadWrite, ReadOnly, None)boolean
hasAllowedClients()
Comma separated list of allowed clients IP addressesboolean
hasHasRootAccess()
Whether Unix root access will be granted.int
hashCode()
boolean
hasKerberos5IReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification.boolean
hasKerberos5IReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification.boolean
hasKerberos5PReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification.boolean
hasKerberos5PReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification.boolean
hasKerberos5ReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification.boolean
hasKerberos5ReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification.boolean
hasNfsv3()
NFS V3 protocol.boolean
hasNfsv4()
NFS V4 protocol.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static SimpleExportPolicyRule.Builder
newBuilder()
static SimpleExportPolicyRule.Builder
newBuilder(SimpleExportPolicyRule prototype)
SimpleExportPolicyRule.Builder
newBuilderForType()
protected SimpleExportPolicyRule.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static SimpleExportPolicyRule
parseDelimitedFrom(InputStream input)
static SimpleExportPolicyRule
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SimpleExportPolicyRule
parseFrom(byte[] data)
static SimpleExportPolicyRule
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SimpleExportPolicyRule
parseFrom(com.google.protobuf.ByteString data)
static SimpleExportPolicyRule
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SimpleExportPolicyRule
parseFrom(com.google.protobuf.CodedInputStream input)
static SimpleExportPolicyRule
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SimpleExportPolicyRule
parseFrom(InputStream input)
static SimpleExportPolicyRule
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SimpleExportPolicyRule
parseFrom(ByteBuffer data)
static SimpleExportPolicyRule
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<SimpleExportPolicyRule>
parser()
SimpleExportPolicyRule.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ALLOWED_CLIENTS_FIELD_NUMBER
public static final int ALLOWED_CLIENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HAS_ROOT_ACCESS_FIELD_NUMBER
public static final int HAS_ROOT_ACCESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ACCESS_TYPE_FIELD_NUMBER
public static final int ACCESS_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NFSV3_FIELD_NUMBER
public static final int NFSV3_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NFSV4_FIELD_NUMBER
public static final int NFSV4_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERBEROS_5_READ_ONLY_FIELD_NUMBER
public static final int KERBEROS_5_READ_ONLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERBEROS_5_READ_WRITE_FIELD_NUMBER
public static final int KERBEROS_5_READ_WRITE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERBEROS_5I_READ_ONLY_FIELD_NUMBER
public static final int KERBEROS_5I_READ_ONLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERBEROS_5I_READ_WRITE_FIELD_NUMBER
public static final int KERBEROS_5I_READ_WRITE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERBEROS_5P_READ_ONLY_FIELD_NUMBER
public static final int KERBEROS_5P_READ_ONLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERBEROS_5P_READ_WRITE_FIELD_NUMBER
public static final int KERBEROS_5P_READ_WRITE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasAllowedClients
public boolean hasAllowedClients()
Comma separated list of allowed clients IP addresses
optional string allowed_clients = 1;
- Specified by:
hasAllowedClients
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the allowedClients field is set.
-
getAllowedClients
public String getAllowedClients()
Comma separated list of allowed clients IP addresses
optional string allowed_clients = 1;
- Specified by:
getAllowedClients
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The allowedClients.
-
getAllowedClientsBytes
public com.google.protobuf.ByteString getAllowedClientsBytes()
Comma separated list of allowed clients IP addresses
optional string allowed_clients = 1;
- Specified by:
getAllowedClientsBytes
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The bytes for allowedClients.
-
hasHasRootAccess
public boolean hasHasRootAccess()
Whether Unix root access will be granted.
optional string has_root_access = 2;
- Specified by:
hasHasRootAccess
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the hasRootAccess field is set.
-
getHasRootAccess
public String getHasRootAccess()
Whether Unix root access will be granted.
optional string has_root_access = 2;
- Specified by:
getHasRootAccess
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The hasRootAccess.
-
getHasRootAccessBytes
public com.google.protobuf.ByteString getHasRootAccessBytes()
Whether Unix root access will be granted.
optional string has_root_access = 2;
- Specified by:
getHasRootAccessBytes
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The bytes for hasRootAccess.
-
hasAccessType
public boolean hasAccessType()
Access type (ReadWrite, ReadOnly, None)
optional .google.cloud.netapp.v1.AccessType access_type = 3;
- Specified by:
hasAccessType
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the accessType field is set.
-
getAccessTypeValue
public int getAccessTypeValue()
Access type (ReadWrite, ReadOnly, None)
optional .google.cloud.netapp.v1.AccessType access_type = 3;
- Specified by:
getAccessTypeValue
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The enum numeric value on the wire for accessType.
-
getAccessType
public AccessType getAccessType()
Access type (ReadWrite, ReadOnly, None)
optional .google.cloud.netapp.v1.AccessType access_type = 3;
- Specified by:
getAccessType
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The accessType.
-
hasNfsv3
public boolean hasNfsv3()
NFS V3 protocol.
optional bool nfsv3 = 4;
- Specified by:
hasNfsv3
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the nfsv3 field is set.
-
getNfsv3
public boolean getNfsv3()
NFS V3 protocol.
optional bool nfsv3 = 4;
- Specified by:
getNfsv3
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The nfsv3.
-
hasNfsv4
public boolean hasNfsv4()
NFS V4 protocol.
optional bool nfsv4 = 5;
- Specified by:
hasNfsv4
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the nfsv4 field is set.
-
getNfsv4
public boolean getNfsv4()
NFS V4 protocol.
optional bool nfsv4 = 5;
- Specified by:
getNfsv4
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The nfsv4.
-
hasKerberos5ReadOnly
public boolean hasKerberos5ReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'authentication' kerberos security mode.
optional bool kerberos_5_read_only = 6;
- Specified by:
hasKerberos5ReadOnly
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the kerberos5ReadOnly field is set.
-
getKerberos5ReadOnly
public boolean getKerberos5ReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'authentication' kerberos security mode.
optional bool kerberos_5_read_only = 6;
- Specified by:
getKerberos5ReadOnly
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The kerberos5ReadOnly.
-
hasKerberos5ReadWrite
public boolean hasKerberos5ReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'authentication' kerberos security mode. The 'kerberos5ReadOnly' value be ignored if this is enabled.
optional bool kerberos_5_read_write = 7;
- Specified by:
hasKerberos5ReadWrite
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the kerberos5ReadWrite field is set.
-
getKerberos5ReadWrite
public boolean getKerberos5ReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'authentication' kerberos security mode. The 'kerberos5ReadOnly' value be ignored if this is enabled.
optional bool kerberos_5_read_write = 7;
- Specified by:
getKerberos5ReadWrite
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The kerberos5ReadWrite.
-
hasKerberos5IReadOnly
public boolean hasKerberos5IReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'integrity' kerberos security mode.
optional bool kerberos_5i_read_only = 8;
- Specified by:
hasKerberos5IReadOnly
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the kerberos5iReadOnly field is set.
-
getKerberos5IReadOnly
public boolean getKerberos5IReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'integrity' kerberos security mode.
optional bool kerberos_5i_read_only = 8;
- Specified by:
getKerberos5IReadOnly
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The kerberos5iReadOnly.
-
hasKerberos5IReadWrite
public boolean hasKerberos5IReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'integrity' kerberos security mode. The 'kerberos5iReadOnly' value be ignored if this is enabled.
optional bool kerberos_5i_read_write = 9;
- Specified by:
hasKerberos5IReadWrite
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the kerberos5iReadWrite field is set.
-
getKerberos5IReadWrite
public boolean getKerberos5IReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'integrity' kerberos security mode. The 'kerberos5iReadOnly' value be ignored if this is enabled.
optional bool kerberos_5i_read_write = 9;
- Specified by:
getKerberos5IReadWrite
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The kerberos5iReadWrite.
-
hasKerberos5PReadOnly
public boolean hasKerberos5PReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'privacy' kerberos security mode.
optional bool kerberos_5p_read_only = 10;
- Specified by:
hasKerberos5PReadOnly
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the kerberos5pReadOnly field is set.
-
getKerberos5PReadOnly
public boolean getKerberos5PReadOnly()
If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'privacy' kerberos security mode.
optional bool kerberos_5p_read_only = 10;
- Specified by:
getKerberos5PReadOnly
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The kerberos5pReadOnly.
-
hasKerberos5PReadWrite
public boolean hasKerberos5PReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'privacy' kerberos security mode. The 'kerberos5pReadOnly' value be ignored if this is enabled.
optional bool kerberos_5p_read_write = 11;
- Specified by:
hasKerberos5PReadWrite
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- Whether the kerberos5pReadWrite field is set.
-
getKerberos5PReadWrite
public boolean getKerberos5PReadWrite()
If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'privacy' kerberos security mode. The 'kerberos5pReadOnly' value be ignored if this is enabled.
optional bool kerberos_5p_read_write = 11;
- Specified by:
getKerberos5PReadWrite
in interfaceSimpleExportPolicyRuleOrBuilder
- Returns:
- The kerberos5pReadWrite.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SimpleExportPolicyRule parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SimpleExportPolicyRule parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SimpleExportPolicyRule parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SimpleExportPolicyRule parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public SimpleExportPolicyRule.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SimpleExportPolicyRule.Builder newBuilder()
-
newBuilder
public static SimpleExportPolicyRule.Builder newBuilder(SimpleExportPolicyRule prototype)
-
toBuilder
public SimpleExportPolicyRule.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SimpleExportPolicyRule.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SimpleExportPolicyRule getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SimpleExportPolicyRule> parser()
-
getParserForType
public com.google.protobuf.Parser<SimpleExportPolicyRule> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SimpleExportPolicyRule getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-