public interface CreateLocalBlockRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
optional int64 block_id = 1; |
boolean |
getCleanupOnFailure()
optional bool cleanup_on_failure = 6; |
String |
getMediumType()
optional string medium_type = 7; |
com.google.protobuf.ByteString |
getMediumTypeBytes()
optional string medium_type = 7; |
boolean |
getOnlyReserveSpace()
If set, only reserve space for the block.
|
boolean |
getPinOnCreate()
optional bool pin_on_create = 8; |
long |
getSpaceToReserve()
optional int64 space_to_reserve = 4; |
int |
getTier()
optional int32 tier = 3; |
boolean |
hasBlockId()
optional int64 block_id = 1; |
boolean |
hasCleanupOnFailure()
optional bool cleanup_on_failure = 6; |
boolean |
hasMediumType()
optional string medium_type = 7; |
boolean |
hasOnlyReserveSpace()
If set, only reserve space for the block.
|
boolean |
hasPinOnCreate()
optional bool pin_on_create = 8; |
boolean |
hasSpaceToReserve()
optional int64 space_to_reserve = 4; |
boolean |
hasTier()
optional int32 tier = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
optional int64 block_id = 1;
long getBlockId()
optional int64 block_id = 1;
boolean hasTier()
optional int32 tier = 3;
int getTier()
optional int32 tier = 3;
boolean hasSpaceToReserve()
optional int64 space_to_reserve = 4;
long getSpaceToReserve()
optional int64 space_to_reserve = 4;
boolean hasOnlyReserveSpace()
If set, only reserve space for the block.
optional bool only_reserve_space = 5;
boolean getOnlyReserveSpace()
If set, only reserve space for the block.
optional bool only_reserve_space = 5;
boolean hasCleanupOnFailure()
optional bool cleanup_on_failure = 6;
boolean getCleanupOnFailure()
optional bool cleanup_on_failure = 6;
boolean hasMediumType()
optional string medium_type = 7;
String getMediumType()
optional string medium_type = 7;
com.google.protobuf.ByteString getMediumTypeBytes()
optional string medium_type = 7;
boolean hasPinOnCreate()
optional bool pin_on_create = 8;
boolean getPinOnCreate()
optional bool pin_on_create = 8;
Copyright © 2023. All Rights Reserved.