Uses of Class
com.google.cloud.gkehub.servicemesh.v1alpha.FeatureState
-
Packages that use FeatureState Package Description com.google.cloud.gkehub.servicemesh.v1alpha com.google.cloud.gkehub.v1alpha A client to GKE Hub -
-
Uses of FeatureState in com.google.cloud.gkehub.servicemesh.v1alpha
Methods in com.google.cloud.gkehub.servicemesh.v1alpha that return FeatureState Modifier and Type Method Description FeatureStateFeatureState.Builder. build()FeatureStateFeatureState.Builder. buildPartial()static FeatureStateFeatureState. getDefaultInstance()FeatureStateFeatureState.Builder. getDefaultInstanceForType()FeatureStateFeatureState. getDefaultInstanceForType()static FeatureStateFeatureState. parseDelimitedFrom(InputStream input)static FeatureStateFeatureState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureStateFeatureState. parseFrom(byte[] data)static FeatureStateFeatureState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureStateFeatureState. parseFrom(com.google.protobuf.ByteString data)static FeatureStateFeatureState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureStateFeatureState. parseFrom(com.google.protobuf.CodedInputStream input)static FeatureStateFeatureState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureStateFeatureState. parseFrom(InputStream input)static FeatureStateFeatureState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureStateFeatureState. parseFrom(ByteBuffer data)static FeatureStateFeatureState. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gkehub.servicemesh.v1alpha that return types with arguments of type FeatureState Modifier and Type Method Description com.google.protobuf.Parser<FeatureState>FeatureState. getParserForType()static com.google.protobuf.Parser<FeatureState>FeatureState. parser()Methods in com.google.cloud.gkehub.servicemesh.v1alpha with parameters of type FeatureState Modifier and Type Method Description FeatureState.BuilderFeatureState.Builder. mergeFrom(FeatureState other)static FeatureState.BuilderFeatureState. newBuilder(FeatureState prototype) -
Uses of FeatureState in com.google.cloud.gkehub.v1alpha
Methods in com.google.cloud.gkehub.v1alpha that return FeatureState Modifier and Type Method Description FeatureStateCommonFeatureState.Builder. getServicemesh()Service Mesh-specific state.FeatureStateCommonFeatureState. getServicemesh()Service Mesh-specific state.FeatureStateCommonFeatureStateOrBuilder. getServicemesh()Service Mesh-specific state.Methods in com.google.cloud.gkehub.v1alpha with parameters of type FeatureState Modifier and Type Method Description CommonFeatureState.BuilderCommonFeatureState.Builder. mergeServicemesh(FeatureState value)Service Mesh-specific state.CommonFeatureState.BuilderCommonFeatureState.Builder. setServicemesh(FeatureState value)Service Mesh-specific state.
-