Package viam.app.v1
Class App.UpdateOrganizationRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.UpdateOrganizationRequest,App.UpdateOrganizationRequest.Builder>
viam.app.v1.App.UpdateOrganizationRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.UpdateOrganizationRequestOrBuilder
- Enclosing class:
- App.UpdateOrganizationRequest
public static final class App.UpdateOrganizationRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.UpdateOrganizationRequest,App.UpdateOrganizationRequest.Builder>
implements App.UpdateOrganizationRequestOrBuilder
Protobuf type
viam.app.v1.UpdateOrganizationRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionclearCid()
optional string cid = 5 [json_name = "cid"];
optional string name = 2 [json_name = "name"];
string organization_id = 1 [json_name = "organizationId"];
optional string public_namespace = 3 [json_name = "publicNamespace"];
The new GCS region to associate the org with.getCid()
optional string cid = 5 [json_name = "cid"];
com.google.protobuf.ByteString
optional string cid = 5 [json_name = "cid"];
getName()
optional string name = 2 [json_name = "name"];
com.google.protobuf.ByteString
optional string name = 2 [json_name = "name"];
string organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
optional string public_namespace = 3 [json_name = "publicNamespace"];
com.google.protobuf.ByteString
optional string public_namespace = 3 [json_name = "publicNamespace"];
The new GCS region to associate the org with.com.google.protobuf.ByteString
The new GCS region to associate the org with.boolean
hasCid()
optional string cid = 5 [json_name = "cid"];
boolean
hasName()
optional string name = 2 [json_name = "name"];
boolean
optional string public_namespace = 3 [json_name = "publicNamespace"];
boolean
The new GCS region to associate the org with.optional string cid = 5 [json_name = "cid"];
setCidBytes
(com.google.protobuf.ByteString value) optional string cid = 5 [json_name = "cid"];
optional string name = 2 [json_name = "name"];
setNameBytes
(com.google.protobuf.ByteString value) optional string name = 2 [json_name = "name"];
setOrganizationId
(String value) string organization_id = 1 [json_name = "organizationId"];
setOrganizationIdBytes
(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];
setPublicNamespace
(String value) optional string public_namespace = 3 [json_name = "publicNamespace"];
setPublicNamespaceBytes
(com.google.protobuf.ByteString value) optional string public_namespace = 3 [json_name = "publicNamespace"];
The new GCS region to associate the org with.setRegionBytes
(com.google.protobuf.ByteString value) The new GCS region to associate the org with.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
-
getOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public App.UpdateOrganizationRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
hasName
public boolean hasName()optional string name = 2 [json_name = "name"];
- Specified by:
hasName
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- Whether the name field is set.
-
getName
optional string name = 2 [json_name = "name"];
- Specified by:
getName
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()optional string name = 2 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
optional string name = 2 [json_name = "name"];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
optional string name = 2 [json_name = "name"];
- Returns:
- This builder for chaining.
-
setNameBytes
optional string name = 2 [json_name = "name"];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasPublicNamespace
public boolean hasPublicNamespace()optional string public_namespace = 3 [json_name = "publicNamespace"];
- Specified by:
hasPublicNamespace
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- Whether the publicNamespace field is set.
-
getPublicNamespace
optional string public_namespace = 3 [json_name = "publicNamespace"];
- Specified by:
getPublicNamespace
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The publicNamespace.
-
getPublicNamespaceBytes
public com.google.protobuf.ByteString getPublicNamespaceBytes()optional string public_namespace = 3 [json_name = "publicNamespace"];
- Specified by:
getPublicNamespaceBytes
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The bytes for publicNamespace.
-
setPublicNamespace
optional string public_namespace = 3 [json_name = "publicNamespace"];
- Parameters:
value
- The publicNamespace to set.- Returns:
- This builder for chaining.
-
clearPublicNamespace
optional string public_namespace = 3 [json_name = "publicNamespace"];
- Returns:
- This builder for chaining.
-
setPublicNamespaceBytes
public App.UpdateOrganizationRequest.Builder setPublicNamespaceBytes(com.google.protobuf.ByteString value) optional string public_namespace = 3 [json_name = "publicNamespace"];
- Parameters:
value
- The bytes for publicNamespace to set.- Returns:
- This builder for chaining.
-
hasRegion
public boolean hasRegion()The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Specified by:
hasRegion
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- Whether the region field is set.
-
getRegion
The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Specified by:
getRegion
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The region.
-
getRegionBytes
public com.google.protobuf.ByteString getRegionBytes()The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Specified by:
getRegionBytes
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The bytes for region.
-
setRegion
The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Parameters:
value
- The region to set.- Returns:
- This builder for chaining.
-
clearRegion
The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Returns:
- This builder for chaining.
-
setRegionBytes
The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Parameters:
value
- The bytes for region to set.- Returns:
- This builder for chaining.
-
hasCid
public boolean hasCid()optional string cid = 5 [json_name = "cid"];
- Specified by:
hasCid
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- Whether the cid field is set.
-
getCid
optional string cid = 5 [json_name = "cid"];
- Specified by:
getCid
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The cid.
-
getCidBytes
public com.google.protobuf.ByteString getCidBytes()optional string cid = 5 [json_name = "cid"];
- Specified by:
getCidBytes
in interfaceApp.UpdateOrganizationRequestOrBuilder
- Returns:
- The bytes for cid.
-
setCid
optional string cid = 5 [json_name = "cid"];
- Parameters:
value
- The cid to set.- Returns:
- This builder for chaining.
-
clearCid
optional string cid = 5 [json_name = "cid"];
- Returns:
- This builder for chaining.
-
setCidBytes
optional string cid = 5 [json_name = "cid"];
- Parameters:
value
- The bytes for cid to set.- Returns:
- This builder for chaining.
-