Package viam.app.v1
Class App.OrganizationSetLogoRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.OrganizationSetLogoRequest,App.OrganizationSetLogoRequest.Builder>
viam.app.v1.App.OrganizationSetLogoRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.OrganizationSetLogoRequestOrBuilder
- Enclosing class:
- App.OrganizationSetLogoRequest
public static final class App.OrganizationSetLogoRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.OrganizationSetLogoRequest,App.OrganizationSetLogoRequest.Builder>
implements App.OrganizationSetLogoRequestOrBuilder
Protobuf type
viam.app.v1.OrganizationSetLogoRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionbytes logo = 2 [json_name = "logo"];
string org_id = 1 [json_name = "orgId"];
com.google.protobuf.ByteString
getLogo()
bytes logo = 2 [json_name = "logo"];
getOrgId()
string org_id = 1 [json_name = "orgId"];
com.google.protobuf.ByteString
string org_id = 1 [json_name = "orgId"];
setLogo
(com.google.protobuf.ByteString value) bytes logo = 2 [json_name = "logo"];
string org_id = 1 [json_name = "orgId"];
setOrgIdBytes
(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];
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
-
getOrgId
string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgId
in interfaceApp.OrganizationSetLogoRequestOrBuilder
- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgIdBytes
in interfaceApp.OrganizationSetLogoRequestOrBuilder
- Returns:
- The bytes for orgId.
-
setOrgId
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The orgId to set.- Returns:
- This builder for chaining.
-
clearOrgId
string org_id = 1 [json_name = "orgId"];
- Returns:
- This builder for chaining.
-
setOrgIdBytes
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The bytes for orgId to set.- Returns:
- This builder for chaining.
-
getLogo
public com.google.protobuf.ByteString getLogo()bytes logo = 2 [json_name = "logo"];
- Specified by:
getLogo
in interfaceApp.OrganizationSetLogoRequestOrBuilder
- Returns:
- The logo.
-
setLogo
bytes logo = 2 [json_name = "logo"];
- Parameters:
value
- The logo to set.- Returns:
- This builder for chaining.
-
clearLogo
bytes logo = 2 [json_name = "logo"];
- Returns:
- This builder for chaining.
-