Package feast.proto.core
Class CoreServiceProto.ApplyEntityRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
- feast.proto.core.CoreServiceProto.ApplyEntityRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,CoreServiceProto.ApplyEntityRequestOrBuilder,Cloneable
- Enclosing class:
- CoreServiceProto.ApplyEntityRequest
public static final class CoreServiceProto.ApplyEntityRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder> implements CoreServiceProto.ApplyEntityRequestOrBuilder
Protobuf typefeast.core.ApplyEntityRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreServiceProto.ApplyEntityRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CoreServiceProto.ApplyEntityRequestbuild()CoreServiceProto.ApplyEntityRequestbuildPartial()CoreServiceProto.ApplyEntityRequest.Builderclear()CoreServiceProto.ApplyEntityRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CoreServiceProto.ApplyEntityRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CoreServiceProto.ApplyEntityRequest.BuilderclearProject()Name of project that this entity belongs to.CoreServiceProto.ApplyEntityRequest.BuilderclearSpec()If project is unspecified, will default to 'default' project.CoreServiceProto.ApplyEntityRequest.Builderclone()CoreServiceProto.ApplyEntityRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetProject()Name of project that this entity belongs to.com.google.protobuf.ByteStringgetProjectBytes()Name of project that this entity belongs to.EntityProto.EntitySpecV2getSpec()If project is unspecified, will default to 'default' project.EntityProto.EntitySpecV2.BuildergetSpecBuilder()If project is unspecified, will default to 'default' project.EntityProto.EntitySpecV2OrBuildergetSpecOrBuilder()If project is unspecified, will default to 'default' project.booleanhasSpec()If project is unspecified, will default to 'default' project.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CoreServiceProto.ApplyEntityRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CoreServiceProto.ApplyEntityRequest.BuildermergeFrom(com.google.protobuf.Message other)CoreServiceProto.ApplyEntityRequest.BuildermergeFrom(CoreServiceProto.ApplyEntityRequest other)CoreServiceProto.ApplyEntityRequest.BuildermergeSpec(EntityProto.EntitySpecV2 value)If project is unspecified, will default to 'default' project.CoreServiceProto.ApplyEntityRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CoreServiceProto.ApplyEntityRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CoreServiceProto.ApplyEntityRequest.BuildersetProject(String value)Name of project that this entity belongs to.CoreServiceProto.ApplyEntityRequest.BuildersetProjectBytes(com.google.protobuf.ByteString value)Name of project that this entity belongs to.CoreServiceProto.ApplyEntityRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CoreServiceProto.ApplyEntityRequest.BuildersetSpec(EntityProto.EntitySpecV2 value)If project is unspecified, will default to 'default' project.CoreServiceProto.ApplyEntityRequest.BuildersetSpec(EntityProto.EntitySpecV2.Builder builderForValue)If project is unspecified, will default to 'default' project.CoreServiceProto.ApplyEntityRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
clear
public CoreServiceProto.ApplyEntityRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
getDefaultInstanceForType
public CoreServiceProto.ApplyEntityRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CoreServiceProto.ApplyEntityRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CoreServiceProto.ApplyEntityRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CoreServiceProto.ApplyEntityRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
setField
public CoreServiceProto.ApplyEntityRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
clearField
public CoreServiceProto.ApplyEntityRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
clearOneof
public CoreServiceProto.ApplyEntityRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
setRepeatedField
public CoreServiceProto.ApplyEntityRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
addRepeatedField
public CoreServiceProto.ApplyEntityRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
mergeFrom
public CoreServiceProto.ApplyEntityRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
mergeFrom
public CoreServiceProto.ApplyEntityRequest.Builder mergeFrom(CoreServiceProto.ApplyEntityRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
mergeFrom
public CoreServiceProto.ApplyEntityRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CoreServiceProto.ApplyEntityRequest.Builder>- Throws:
IOException
-
hasSpec
public boolean hasSpec()
If project is unspecified, will default to 'default' project. If project specified does not exist, the project would be automatically created.
.feast.core.EntitySpecV2 spec = 1;- Specified by:
hasSpecin interfaceCoreServiceProto.ApplyEntityRequestOrBuilder- Returns:
- Whether the spec field is set.
-
getSpec
public EntityProto.EntitySpecV2 getSpec()
If project is unspecified, will default to 'default' project. If project specified does not exist, the project would be automatically created.
.feast.core.EntitySpecV2 spec = 1;- Specified by:
getSpecin interfaceCoreServiceProto.ApplyEntityRequestOrBuilder- Returns:
- The spec.
-
setSpec
public CoreServiceProto.ApplyEntityRequest.Builder setSpec(EntityProto.EntitySpecV2 value)
If project is unspecified, will default to 'default' project. If project specified does not exist, the project would be automatically created.
.feast.core.EntitySpecV2 spec = 1;
-
setSpec
public CoreServiceProto.ApplyEntityRequest.Builder setSpec(EntityProto.EntitySpecV2.Builder builderForValue)
If project is unspecified, will default to 'default' project. If project specified does not exist, the project would be automatically created.
.feast.core.EntitySpecV2 spec = 1;
-
mergeSpec
public CoreServiceProto.ApplyEntityRequest.Builder mergeSpec(EntityProto.EntitySpecV2 value)
If project is unspecified, will default to 'default' project. If project specified does not exist, the project would be automatically created.
.feast.core.EntitySpecV2 spec = 1;
-
clearSpec
public CoreServiceProto.ApplyEntityRequest.Builder clearSpec()
If project is unspecified, will default to 'default' project. If project specified does not exist, the project would be automatically created.
.feast.core.EntitySpecV2 spec = 1;
-
getSpecBuilder
public EntityProto.EntitySpecV2.Builder getSpecBuilder()
If project is unspecified, will default to 'default' project. If project specified does not exist, the project would be automatically created.
.feast.core.EntitySpecV2 spec = 1;
-
getSpecOrBuilder
public EntityProto.EntitySpecV2OrBuilder getSpecOrBuilder()
If project is unspecified, will default to 'default' project. If project specified does not exist, the project would be automatically created.
.feast.core.EntitySpecV2 spec = 1;- Specified by:
getSpecOrBuilderin interfaceCoreServiceProto.ApplyEntityRequestOrBuilder
-
getProject
public String getProject()
Name of project that this entity belongs to.
string project = 2;- Specified by:
getProjectin interfaceCoreServiceProto.ApplyEntityRequestOrBuilder- Returns:
- The project.
-
getProjectBytes
public com.google.protobuf.ByteString getProjectBytes()
Name of project that this entity belongs to.
string project = 2;- Specified by:
getProjectBytesin interfaceCoreServiceProto.ApplyEntityRequestOrBuilder- Returns:
- The bytes for project.
-
setProject
public CoreServiceProto.ApplyEntityRequest.Builder setProject(String value)
Name of project that this entity belongs to.
string project = 2;- Parameters:
value- The project to set.- Returns:
- This builder for chaining.
-
clearProject
public CoreServiceProto.ApplyEntityRequest.Builder clearProject()
Name of project that this entity belongs to.
string project = 2;- Returns:
- This builder for chaining.
-
setProjectBytes
public CoreServiceProto.ApplyEntityRequest.Builder setProjectBytes(com.google.protobuf.ByteString value)
Name of project that this entity belongs to.
string project = 2;- Parameters:
value- The bytes for project to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final CoreServiceProto.ApplyEntityRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
mergeUnknownFields
public final CoreServiceProto.ApplyEntityRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ApplyEntityRequest.Builder>
-
-