Class UpdateResponse.UpdateResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<UpdateResponse.UpdateResponseData,UpdateResponse.UpdateResponseData.Builder>
-
- com.streamlayer.sdkSettings.organization.branch.UpdateResponse.UpdateResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,UpdateResponse.UpdateResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- UpdateResponse.UpdateResponseData
public static final class UpdateResponse.UpdateResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<UpdateResponse.UpdateResponseData,UpdateResponse.UpdateResponseData.Builder> implements UpdateResponse.UpdateResponseDataOrBuilder
Protobuf typestreamlayer.sdkSettings.organization.branch.UpdateResponse.UpdateResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateResponse.UpdateResponseData.BuilderclearAttributes().streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];BranchAppgetAttributes().streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];booleanhasAttributes().streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];UpdateResponse.UpdateResponseData.BuildermergeAttributes(BranchApp value).streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];UpdateResponse.UpdateResponseData.BuildersetAttributes(BranchApp value).streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];UpdateResponse.UpdateResponseData.BuildersetAttributes(BranchApp.Builder builderForValue).streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];-
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
-
-
-
-
Method Detail
-
hasAttributes
public boolean hasAttributes()
.streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceUpdateResponse.UpdateResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public BranchApp getAttributes()
.streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];- Specified by:
getAttributesin interfaceUpdateResponse.UpdateResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public UpdateResponse.UpdateResponseData.Builder setAttributes(BranchApp value)
.streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];
-
setAttributes
public UpdateResponse.UpdateResponseData.Builder setAttributes(BranchApp.Builder builderForValue)
.streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];
-
mergeAttributes
public UpdateResponse.UpdateResponseData.Builder mergeAttributes(BranchApp value)
.streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];
-
clearAttributes
public UpdateResponse.UpdateResponseData.Builder clearAttributes()
.streamlayer.sdkSettings.organization.branch.BranchApp attributes = 1 [json_name = "attributes"];
-
-