Interface UpdateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateRequest,UpdateRequest.Builder
public interface UpdateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BranchAppSettingsgetBranch().streamlayer.sdkSettings.organization.branch.BranchAppSettings branch = 1 [json_name = "branch"];java.lang.StringgetOrganizationId()string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];booleanhasBranch().streamlayer.sdkSettings.organization.branch.BranchAppSettings branch = 1 [json_name = "branch"];
-
-
-
Method Detail
-
hasBranch
boolean hasBranch()
.streamlayer.sdkSettings.organization.branch.BranchAppSettings branch = 1 [json_name = "branch"];- Returns:
- Whether the branch field is set.
-
getBranch
BranchAppSettings getBranch()
.streamlayer.sdkSettings.organization.branch.BranchAppSettings branch = 1 [json_name = "branch"];- Returns:
- The branch.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
-