Package k8s.io.api.core.v1
Interface Generated.EventSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.EventSource,Generated.EventSource.Builder
- Enclosing class:
- Generated
public static interface Generated.EventSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComponent()Component from which the event is generated.com.google.protobuf.ByteStringgetComponentBytes()Component from which the event is generated.StringgetHost()Node name on which the event is generated.com.google.protobuf.ByteStringgetHostBytes()Node name on which the event is generated.booleanhasComponent()Component from which the event is generated.booleanhasHost()Node name on which the event is generated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasComponent
boolean hasComponent()
Component from which the event is generated. +optional
optional string component = 1;- Returns:
- Whether the component field is set.
-
getComponent
String getComponent()
Component from which the event is generated. +optional
optional string component = 1;- Returns:
- The component.
-
getComponentBytes
com.google.protobuf.ByteString getComponentBytes()
Component from which the event is generated. +optional
optional string component = 1;- Returns:
- The bytes for component.
-
hasHost
boolean hasHost()
Node name on which the event is generated. +optional
optional string host = 2;- Returns:
- Whether the host field is set.
-
getHost
String getHost()
Node name on which the event is generated. +optional
optional string host = 2;- Returns:
- The host.
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()
Node name on which the event is generated. +optional
optional string host = 2;- Returns:
- The bytes for host.
-
-