public abstract static class Policy.Marshaller<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected static com.google.api.core.ApiFunction<Identity,String> |
IDENTITY_STR_VALUE_FUNCTION |
protected static com.google.api.core.ApiFunction<String,Identity> |
IDENTITY_VALUE_OF_FUNCTION |
Modifier | Constructor and Description |
---|---|
protected |
Marshaller() |
Modifier and Type | Method and Description |
---|---|
protected abstract Policy |
fromPb(T policyPb) |
protected abstract T |
toPb(Policy policy) |
Copyright © 2019 Google LLC. All rights reserved.