Package viam.app.v1
Class App.CreateFragmentRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.CreateFragmentRequest,App.CreateFragmentRequest.Builder>
viam.app.v1.App.CreateFragmentRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.CreateFragmentRequestOrBuilder
- Enclosing class:
- App.CreateFragmentRequest
public static final class App.CreateFragmentRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.CreateFragmentRequest,App.CreateFragmentRequest.Builder>
implements App.CreateFragmentRequestOrBuilder
Protobuf type
viam.app.v1.CreateFragmentRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescription.google.protobuf.Struct config = 2 [json_name = "config"];
string name = 1 [json_name = "name"];
string organization_id = 3 [json_name = "organizationId"];
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
com.google.protobuf.Struct
.google.protobuf.Struct config = 2 [json_name = "config"];
getName()
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString
string name = 1 [json_name = "name"];
string organization_id = 3 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 3 [json_name = "organizationId"];
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
int
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
boolean
.google.protobuf.Struct config = 2 [json_name = "config"];
boolean
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
mergeConfig
(com.google.protobuf.Struct value) .google.protobuf.Struct config = 2 [json_name = "config"];
setConfig
(com.google.protobuf.Struct value) .google.protobuf.Struct config = 2 [json_name = "config"];
setConfig
(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct config = 2 [json_name = "config"];
string name = 1 [json_name = "name"];
setNameBytes
(com.google.protobuf.ByteString value) string name = 1 [json_name = "name"];
setOrganizationId
(String value) string organization_id = 3 [json_name = "organizationId"];
setOrganizationIdBytes
(com.google.protobuf.ByteString value) string organization_id = 3 [json_name = "organizationId"];
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
setVisibilityValue
(int value) optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
string name = 1 [json_name = "name"];
- Specified by:
getName
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
string name = 1 [json_name = "name"];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
string name = 1 [json_name = "name"];
- Returns:
- This builder for chaining.
-
setNameBytes
string name = 1 [json_name = "name"];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasConfig
public boolean hasConfig().google.protobuf.Struct config = 2 [json_name = "config"];
- Specified by:
hasConfig
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- Whether the config field is set.
-
getConfig
public com.google.protobuf.Struct getConfig().google.protobuf.Struct config = 2 [json_name = "config"];
- Specified by:
getConfig
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- The config.
-
setConfig
.google.protobuf.Struct config = 2 [json_name = "config"];
-
setConfig
public App.CreateFragmentRequest.Builder setConfig(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct config = 2 [json_name = "config"];
-
mergeConfig
.google.protobuf.Struct config = 2 [json_name = "config"];
-
clearConfig
.google.protobuf.Struct config = 2 [json_name = "config"];
-
getOrganizationId
string organization_id = 3 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 3 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
string organization_id = 3 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
string organization_id = 3 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public App.CreateFragmentRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value) string organization_id = 3 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
hasVisibility
public boolean hasVisibility()optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
- Specified by:
hasVisibility
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- Whether the visibility field is set.
-
getVisibilityValue
public int getVisibilityValue()optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
- Specified by:
getVisibilityValue
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- The enum numeric value on the wire for visibility.
-
setVisibilityValue
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
- Parameters:
value
- The visibility to set.- Returns:
- This builder for chaining.
-
getVisibility
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
- Specified by:
getVisibility
in interfaceApp.CreateFragmentRequestOrBuilder
- Returns:
- The visibility.
-
setVisibility
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
- Parameters:
value
- The enum numeric value on the wire for visibility to set.- Returns:
- This builder for chaining.
-
clearVisibility
optional .viam.app.v1.FragmentVisibility visibility = 4 [json_name = "visibility"];
- Returns:
- This builder for chaining.
-