Uses of Enum
com.google.cloud.pubsublite.proto.ExportConfig.State
-
Uses of ExportConfig.State in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ExportConfig.StateModifier and TypeMethodDescriptionstatic ExportConfig.StateExportConfig.State.forNumber(int value) ExportConfig.Builder.getCurrentState()Output only.ExportConfig.getCurrentState()Output only.ExportConfigOrBuilder.getCurrentState()Output only.ExportConfig.Builder.getDesiredState()The desired state of this export.ExportConfig.getDesiredState()The desired state of this export.ExportConfigOrBuilder.getDesiredState()The desired state of this export.static ExportConfig.StateExportConfig.State.valueOf(int value) Deprecated.static ExportConfig.StateExportConfig.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ExportConfig.StateReturns the enum constant of this type with the specified name.static ExportConfig.State[]ExportConfig.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.pubsublite.proto that return types with arguments of type ExportConfig.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExportConfig.State>ExportConfig.State.internalGetValueMap()Methods in com.google.cloud.pubsublite.proto with parameters of type ExportConfig.StateModifier and TypeMethodDescriptionExportConfig.Builder.setCurrentState(ExportConfig.State value) Output only.ExportConfig.Builder.setDesiredState(ExportConfig.State value) The desired state of this export.