接口 ResourceOuterClass.ResourceOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ResourceOuterClass
public static interface ResourceOuterClass.ResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 AnygetBody()The primary payload for the resource.AnyOrBuildergetBodyOrBuilder()The primary payload for the resource.MetadataOuterClass.MetadatagetMetadata()Common metadata describing the resource.MetadataOuterClass.MetadataOrBuildergetMetadataOrBuilder()Common metadata describing the resource.booleanhasBody()The primary payload for the resource.booleanhasMetadata()Common metadata describing the resource.
-
-
-
方法详细资料
-
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;
-
-