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 FeatureState
FeatureState.Builder. build()
FeatureState
FeatureState.Builder. buildPartial()
static FeatureState
FeatureState. getDefaultInstance()
FeatureState
FeatureState.Builder. getDefaultInstanceForType()
FeatureState
FeatureState. getDefaultInstanceForType()
static FeatureState
FeatureState. parseDelimitedFrom(InputStream input)
static FeatureState
FeatureState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureState
FeatureState. parseFrom(byte[] data)
static FeatureState
FeatureState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureState
FeatureState. parseFrom(com.google.protobuf.ByteString data)
static FeatureState
FeatureState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureState
FeatureState. parseFrom(com.google.protobuf.CodedInputStream input)
static FeatureState
FeatureState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureState
FeatureState. parseFrom(InputStream input)
static FeatureState
FeatureState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureState
FeatureState. parseFrom(ByteBuffer data)
static FeatureState
FeatureState. 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.Builder
FeatureState.Builder. mergeFrom(FeatureState other)
static FeatureState.Builder
FeatureState. 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 FeatureState
CommonFeatureState.Builder. getServicemesh()
Service Mesh-specific state.FeatureState
CommonFeatureState. getServicemesh()
Service Mesh-specific state.FeatureState
CommonFeatureStateOrBuilder. getServicemesh()
Service Mesh-specific state.Methods in com.google.cloud.gkehub.v1alpha with parameters of type FeatureState Modifier and Type Method Description CommonFeatureState.Builder
CommonFeatureState.Builder. mergeServicemesh(FeatureState value)
Service Mesh-specific state.CommonFeatureState.Builder
CommonFeatureState.Builder. setServicemesh(FeatureState value)
Service Mesh-specific state.
-