Package flyteidl.admin
Interface ProjectDomainAttributesOuterClass.ProjectDomainAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectDomainAttributesOuterClass.ProjectDomainAttributes,ProjectDomainAttributesOuterClass.ProjectDomainAttributes.Builder
- Enclosing class:
- ProjectDomainAttributesOuterClass
public static interface ProjectDomainAttributesOuterClass.ProjectDomainAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomain()Unique domain id for which this set of attributes will be applied.com.google.protobuf.ByteStringgetDomainBytes()Unique domain id for which this set of attributes will be applied.MatchableResourceOuterClass.MatchingAttributesgetMatchingAttributes().flyteidl.admin.MatchingAttributes matching_attributes = 3;MatchableResourceOuterClass.MatchingAttributesOrBuildergetMatchingAttributesOrBuilder().flyteidl.admin.MatchingAttributes matching_attributes = 3;StringgetProject()Unique project id for which this set of attributes will be applied.com.google.protobuf.ByteStringgetProjectBytes()Unique project id for which this set of attributes will be applied.booleanhasMatchingAttributes().flyteidl.admin.MatchingAttributes matching_attributes = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProject
String getProject()
Unique project id for which this set of attributes will be applied.
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Unique project id for which this set of attributes will be applied.
string project = 1;- Returns:
- The bytes for project.
-
getDomain
String getDomain()
Unique domain id for which this set of attributes will be applied.
string domain = 2;- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Unique domain id for which this set of attributes will be applied.
string domain = 2;- Returns:
- The bytes for domain.
-
hasMatchingAttributes
boolean hasMatchingAttributes()
.flyteidl.admin.MatchingAttributes matching_attributes = 3;- Returns:
- Whether the matchingAttributes field is set.
-
getMatchingAttributes
MatchableResourceOuterClass.MatchingAttributes getMatchingAttributes()
.flyteidl.admin.MatchingAttributes matching_attributes = 3;- Returns:
- The matchingAttributes.
-
getMatchingAttributesOrBuilder
MatchableResourceOuterClass.MatchingAttributesOrBuilder getMatchingAttributesOrBuilder()
.flyteidl.admin.MatchingAttributes matching_attributes = 3;
-
-