public static interface DAGProtos.PlanLocalResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getPattern()
only used if type=PATTERN
|
com.google.protobuf.ByteString |
getPatternBytes()
only used if type=PATTERN
|
long |
getSize()
required int64 size = 3; |
long |
getTimeStamp()
required int64 timeStamp = 4; |
DAGProtos.PlanLocalResourceType |
getType()
required .PlanLocalResourceType type = 5; |
String |
getUri()
required string uri = 2; |
com.google.protobuf.ByteString |
getUriBytes()
required string uri = 2; |
DAGProtos.PlanLocalResourceVisibility |
getVisibility()
required .PlanLocalResourceVisibility visibility = 6; |
boolean |
hasName()
required string name = 1; |
boolean |
hasPattern()
only used if type=PATTERN
|
boolean |
hasSize()
required int64 size = 3; |
boolean |
hasTimeStamp()
required int64 timeStamp = 4; |
boolean |
hasType()
required .PlanLocalResourceType type = 5; |
boolean |
hasUri()
required string uri = 2; |
boolean |
hasVisibility()
required .PlanLocalResourceVisibility visibility = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasUri()
required string uri = 2;String getUri()
required string uri = 2;com.google.protobuf.ByteString getUriBytes()
required string uri = 2;boolean hasSize()
required int64 size = 3;long getSize()
required int64 size = 3;boolean hasTimeStamp()
required int64 timeStamp = 4;long getTimeStamp()
required int64 timeStamp = 4;boolean hasType()
required .PlanLocalResourceType type = 5;DAGProtos.PlanLocalResourceType getType()
required .PlanLocalResourceType type = 5;boolean hasVisibility()
required .PlanLocalResourceVisibility visibility = 6;DAGProtos.PlanLocalResourceVisibility getVisibility()
required .PlanLocalResourceVisibility visibility = 6;boolean hasPattern()
only used if type=PATTERN
optional string pattern = 7;String getPattern()
only used if type=PATTERN
optional string pattern = 7;com.google.protobuf.ByteString getPatternBytes()
only used if type=PATTERN
optional string pattern = 7;Copyright © 2024 Apache Software Foundation. All rights reserved.