接口 ResourceOuterClass.ResourceOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
ResourceOuterClass
public static interface ResourceOuterClass.ResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasMetadata
boolean hasMetadata()Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1;- 返回:
- Whether the metadata field is set.
-
getMetadata
MetadataOuterClass.Metadata getMetadata()Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1;- 返回:
- The metadata.
-
getMetadataOrBuilder
MetadataOuterClass.MetadataOrBuilder getMetadataOrBuilder()Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1; -
hasBody
boolean hasBody()The primary payload for the resource.
.google.protobuf.Any body = 2;- 返回:
- Whether the body field is set.
-
getBody
Any getBody()The primary payload for the resource.
.google.protobuf.Any body = 2;- 返回:
- The body.
-
getBodyOrBuilder
AnyOrBuilder getBodyOrBuilder()The primary payload for the resource.
.google.protobuf.Any body = 2;
-