Package viam.app.v1
Class AppOuterClass.SetFirebaseConfigRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<AppOuterClass.SetFirebaseConfigRequest,AppOuterClass.SetFirebaseConfigRequest.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.SetFirebaseConfigRequest,AppOuterClass.SetFirebaseConfigRequest.Builder>
viam.app.v1.AppOuterClass.SetFirebaseConfigRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,AppOuterClass.SetFirebaseConfigRequestOrBuilder
- Enclosing class:
AppOuterClass.SetFirebaseConfigRequest
public static final class AppOuterClass.SetFirebaseConfigRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.SetFirebaseConfigRequest,AppOuterClass.SetFirebaseConfigRequest.Builder>
implements AppOuterClass.SetFirebaseConfigRequestOrBuilder
Protobuf type
viam.app.v1.SetFirebaseConfigRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionstring app_id = 2 [json_name = "appId"];string config_json = 3 [json_name = "configJson"];string org_id = 1 [json_name = "orgId"];getAppId()string app_id = 2 [json_name = "appId"];com.google.protobuf.ByteStringstring app_id = 2 [json_name = "appId"];string config_json = 3 [json_name = "configJson"];com.google.protobuf.ByteStringstring config_json = 3 [json_name = "configJson"];getOrgId()string org_id = 1 [json_name = "orgId"];com.google.protobuf.ByteStringstring org_id = 1 [json_name = "orgId"];string app_id = 2 [json_name = "appId"];setAppIdBytes(com.google.protobuf.ByteString value) string app_id = 2 [json_name = "appId"];setConfigJson(String value) string config_json = 3 [json_name = "configJson"];setConfigJsonBytes(com.google.protobuf.ByteString value) string config_json = 3 [json_name = "configJson"];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, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgId
string org_id = 1 [json_name = "orgId"];- Specified by:
getOrgIdin interfaceAppOuterClass.SetFirebaseConfigRequestOrBuilder- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];- Specified by:
getOrgIdBytesin interfaceAppOuterClass.SetFirebaseConfigRequestOrBuilder- 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
public AppOuterClass.SetFirebaseConfigRequest.Builder setOrgIdBytes(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];- Parameters:
value- The bytes for orgId to set.- Returns:
- This builder for chaining.
-
getAppId
string app_id = 2 [json_name = "appId"];- Specified by:
getAppIdin interfaceAppOuterClass.SetFirebaseConfigRequestOrBuilder- Returns:
- The appId.
-
getAppIdBytes
public com.google.protobuf.ByteString getAppIdBytes()string app_id = 2 [json_name = "appId"];- Specified by:
getAppIdBytesin interfaceAppOuterClass.SetFirebaseConfigRequestOrBuilder- Returns:
- The bytes for appId.
-
setAppId
string app_id = 2 [json_name = "appId"];- Parameters:
value- The appId to set.- Returns:
- This builder for chaining.
-
clearAppId
string app_id = 2 [json_name = "appId"];- Returns:
- This builder for chaining.
-
setAppIdBytes
public AppOuterClass.SetFirebaseConfigRequest.Builder setAppIdBytes(com.google.protobuf.ByteString value) string app_id = 2 [json_name = "appId"];- Parameters:
value- The bytes for appId to set.- Returns:
- This builder for chaining.
-
getConfigJson
string config_json = 3 [json_name = "configJson"];- Specified by:
getConfigJsonin interfaceAppOuterClass.SetFirebaseConfigRequestOrBuilder- Returns:
- The configJson.
-
getConfigJsonBytes
public com.google.protobuf.ByteString getConfigJsonBytes()string config_json = 3 [json_name = "configJson"];- Specified by:
getConfigJsonBytesin interfaceAppOuterClass.SetFirebaseConfigRequestOrBuilder- Returns:
- The bytes for configJson.
-
setConfigJson
string config_json = 3 [json_name = "configJson"];- Parameters:
value- The configJson to set.- Returns:
- This builder for chaining.
-
clearConfigJson
string config_json = 3 [json_name = "configJson"];- Returns:
- This builder for chaining.
-
setConfigJsonBytes
public AppOuterClass.SetFirebaseConfigRequest.Builder setConfigJsonBytes(com.google.protobuf.ByteString value) string config_json = 3 [json_name = "configJson"];- Parameters:
value- The bytes for configJson to set.- Returns:
- This builder for chaining.
-