public static interface Job.FileFilterOrBuilder
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()
optional string pattern = 2; |
com.google.protobuf.ByteString |
getPatternBytes()
optional string pattern = 2; |
String |
getValue()
required string value = 3; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 3; |
boolean |
hasName()
required string name = 1; |
boolean |
hasPattern()
optional string pattern = 2; |
boolean |
hasValue()
required string value = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasPattern()
optional string pattern = 2;
String getPattern()
optional string pattern = 2;
com.google.protobuf.ByteString getPatternBytes()
optional string pattern = 2;
boolean hasValue()
required string value = 3;
String getValue()
required string value = 3;
com.google.protobuf.ByteString getValueBytes()
required string value = 3;
Copyright © 2023. All Rights Reserved.