Uses of Interface
com.google.cloud.gkehub.configmanagement.v1beta.ErrorResourceOrBuilder
-
Packages that use ErrorResourceOrBuilder Package Description com.google.cloud.gkehub.configmanagement.v1beta -
-
Uses of ErrorResourceOrBuilder in com.google.cloud.gkehub.configmanagement.v1beta
Classes in com.google.cloud.gkehub.configmanagement.v1beta that implement ErrorResourceOrBuilder Modifier and Type Class Description class
ErrorResource
Model for a config file in the git repo with an associated Sync errorstatic class
ErrorResource.Builder
Model for a config file in the git repo with an associated Sync errorMethods in com.google.cloud.gkehub.configmanagement.v1beta that return ErrorResourceOrBuilder Modifier and Type Method Description ErrorResourceOrBuilder
SyncError.Builder. getErrorResourcesOrBuilder(int index)
A list of config(s) associated with the error, if anyErrorResourceOrBuilder
SyncError. getErrorResourcesOrBuilder(int index)
A list of config(s) associated with the error, if anyErrorResourceOrBuilder
SyncErrorOrBuilder. getErrorResourcesOrBuilder(int index)
A list of config(s) associated with the error, if anyMethods in com.google.cloud.gkehub.configmanagement.v1beta that return types with arguments of type ErrorResourceOrBuilder Modifier and Type Method Description List<? extends ErrorResourceOrBuilder>
SyncError.Builder. getErrorResourcesOrBuilderList()
A list of config(s) associated with the error, if anyList<? extends ErrorResourceOrBuilder>
SyncError. getErrorResourcesOrBuilderList()
A list of config(s) associated with the error, if anyList<? extends ErrorResourceOrBuilder>
SyncErrorOrBuilder. getErrorResourcesOrBuilderList()
A list of config(s) associated with the error, if any
-