Interface MajorClaimRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MajorClaimRequest,MajorClaimRequest.Builder
public interface MajorClaimRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSegments(String key) map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];com.google.protobuf.StructImplementation-specific information can be encoded herecom.google.protobuf.StructOrBuilderImplementation-specific information can be encoded herestring language = 1 [json_name = "language"];com.google.protobuf.ByteStringstring language = 1 [json_name = "language"];longgetLimit()uint64 limit = 4 [json_name = "limit"];Deprecated.intmap<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];getSegmentsOrDefault(String key, Segment defaultValue) map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];getSegmentsOrThrow(String key) map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];booleanImplementation-specific information can be encoded hereMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLanguage
String getLanguage()string language = 1 [json_name = "language"];- Returns:
- The language.
-
getLanguageBytes
com.google.protobuf.ByteString getLanguageBytes()string language = 1 [json_name = "language"];- Returns:
- The bytes for language.
-
getSegmentsCount
int getSegmentsCount()map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"]; -
containsSegments
map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"]; -
getSegments
Deprecated.UsegetSegmentsMap()instead. -
getSegmentsMap
map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"]; -
getSegmentsOrDefault
map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"]; -
getSegmentsOrThrow
map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"]; -
getLimit
long getLimit()uint64 limit = 4 [json_name = "limit"];- Returns:
- The limit.
-
hasExtras
boolean hasExtras()Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- Whether the extras field is set.
-
getExtras
com.google.protobuf.Struct getExtras()Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- The extras.
-
getExtrasOrBuilder
com.google.protobuf.StructOrBuilder getExtrasOrBuilder()Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];
-