public static interface ResourceOuterClass.ResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Any |
getBody()
The primary payload for the resource.
|
AnyOrBuilder |
getBodyOrBuilder()
The primary payload for the resource.
|
MetadataOuterClass.Metadata |
getMetadata()
Common metadata describing the resource.
|
MetadataOuterClass.MetadataOrBuilder |
getMetadataOrBuilder()
Common metadata describing the resource.
|
boolean |
hasBody()
The primary payload for the resource.
|
boolean |
hasMetadata()
Common metadata describing the resource.
|
boolean hasMetadata()
Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1;MetadataOuterClass.Metadata getMetadata()
Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1;MetadataOuterClass.MetadataOrBuilder getMetadataOrBuilder()
Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1;boolean hasBody()
The primary payload for the resource.
.google.protobuf.Any body = 2;Any getBody()
The primary payload for the resource.
.google.protobuf.Any body = 2;AnyOrBuilder getBodyOrBuilder()
The primary payload for the resource.
.google.protobuf.Any body = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.