public interface RenamePOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1; |
boolean |
getPersist()
optional bool persist = 2; |
S3SyntaxOptions |
getS3SyntaxOptions()
optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3; |
S3SyntaxOptionsOrBuilder |
getS3SyntaxOptionsOrBuilder()
optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1; |
boolean |
hasPersist()
optional bool persist = 2; |
boolean |
hasS3SyntaxOptions()
optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1;
FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1;
FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1;
boolean hasPersist()
optional bool persist = 2;
boolean getPersist()
optional bool persist = 2;
boolean hasS3SyntaxOptions()
optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3;
S3SyntaxOptions getS3SyntaxOptions()
optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3;
S3SyntaxOptionsOrBuilder getS3SyntaxOptionsOrBuilder()
optional .alluxio.grpc.file.S3SyntaxOptions s3SyntaxOptions = 3;
Copyright © 2023. All Rights Reserved.