Uses of Class
com.google.api.generator.gapic.model.Method.Stream
-
Packages that use Method.Stream Package Description com.google.api.generator.gapic.model -
-
Uses of Method.Stream in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return Method.Stream Modifier and Type Method Description abstract Method.StreamMethod. stream()static Method.StreamMethod. toStream(boolean isClientStreaming, boolean isServerStreaming)static Method.StreamMethod.Stream. valueOf(String name)Returns the enum constant of this type with the specified name.static Method.Stream[]Method.Stream. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.generator.gapic.model with parameters of type Method.Stream Modifier and Type Method Description abstract Method.BuilderMethod.Builder. setStream(Method.Stream stream)
-