Package feast.proto.core
Interface CoreServiceProto.ArchiveProjectRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.ArchiveProjectRequest,CoreServiceProto.ArchiveProjectRequest.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.ArchiveProjectRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of project to be archivedcom.google.protobuf.ByteStringgetNameBytes()Name of project to be archived-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of project to be archived
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of project to be archived
string name = 1;- Returns:
- The bytes for name.
-
-